Html Css Color HEX #BE7FE0 Wisteria

📋 copy color: '#BE7FE0'

red 190 ◦ green 127 ◦ blue 224

#BE7FE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #BE7FE0

Tints of Wisteria #BE7FE0

RGB

 RED value IS 190 (74.61% from 255) = 35.12%

 GREEN value IS 127 (50% from 255) = 23.48%

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 35.12%
G = 23.48%
B = 41.4%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE7FE0 (or 0xBE7FE0) is known color: Wisteria. HEX triplet: BE, 7F and E0. RGB value is (190,127,224). Sum of RGB (Red+Green+Blue) = 190+127+224=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE7FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FE0 is #41801F. Grayscale: #9C9C9C. Windows color (decimal): -4292640 or 14712766. OLE color: 14712766.

HSL color Cylindrical-coordinate representation of color #BE7FE0: hue angle of 278.97º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7FE0 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 127 224 -
CMYK 0.15 0.43 0 0.12
HSL 278.97º 0.61% 0.69% -
HSV(B) 278.97º 0.43% 0.88% -
XYZ 42.28 31.51 74.37 -
YUV 156.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 190 127 224 0.15 0.43 0 0.12 278.97 0.61 0.69
Hex BE 7F E0 F 2B 0 C 117 3D 45
Octal 276 177 340 17 53 0 14 427 75 105
Binary 10111110 1111111 11100000 1111 101011 0 1100 100010111 111101 1000101

Color Harmonies of #BE7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FE0

Black with #BE7FE0

Text Example


Text Example

White with #BE7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FE0; }

 p { color: rgb(190,127,224); }

 H1.HeaderClassName
 {
   color: #BE7FE0;
 }
 .AnyTagClassName
 {
   color: #BE7FE0;
 }
</style>

background-color css

<style>
 a { background-color: #BE7FE0; }

 a { background-color: rgb(190,127,224); }

 div.DivClassName
 {
   background-color: #BE7FE0;
 }
 .BgClassName
 {
   background-color: #BE7FE0;
 }
</style>

border-color css

<style>
 span { border-color: #BE7FE0; }

 span { border-color: rgb(190,127,224); }

 td.TdClassName
 {
   border-color: #BE7FE0;
 }
 .TagClassName
 {
   border-color: #BE7FE0;
 }
</style>