Html Css Color HEX #BE7EE0 Wisteria

📋 copy color: '#BE7EE0'

red 190 ◦ green 126 ◦ blue 224

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

Shades of Wisteria #BE7EE0

Tints of Wisteria #BE7EE0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.33%

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

R = 35.19%
G = 23.33%
B = 41.48%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE7EE0 (or 0xBE7EE0) is known color: Wisteria. HEX triplet: BE, 7E and E0. RGB value is (190,126,224). Sum of RGB (Red+Green+Blue) = 190+126+224=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EE0 is #41811F. Grayscale: #9B9B9B. Windows color (decimal): -4292896 or 14712510. OLE color: 14712510.

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

Color convert

RGB 190 126 224 -
CMYK 0.15 0.44 0 0.12
HSL 279.18º 0.61% 0.69% -
HSV(B) 279.18º 0.44% 0.88% -
XYZ 42.15 31.25 74.33 -
YUV 156.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 190 126 224 0.15 0.44 0 0.12 279.18 0.61 0.69
Hex BE 7E E0 F 2C 0 C 117 3D 45
Octal 276 176 340 17 54 0 14 427 75 105
Binary 10111110 1111110 11100000 1111 101100 0 1100 100010111 111101 1000101

Color Harmonies of #BE7EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7EE0

Black with #BE7EE0

Text Example


Text Example

White with #BE7EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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