Html Css Color HEX #BF8EEC Wisteria

📋 copy color: '#BF8EEC'

red 191 ◦ green 142 ◦ blue 236

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

Shades of Wisteria #BF8EEC

Tints of Wisteria #BF8EEC

RGB

 RED value IS 191 (75% from 255) = 33.57%

 GREEN value IS 142 (55.86% from 255) = 24.96%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 33.57%
G = 24.96%
B = 41.48%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF8EEC (or 0xBF8EEC) is known color: Wisteria. HEX triplet: BF, 8E and EC. RGB value is (191,142,236). Sum of RGB (Red+Green+Blue) = 191+142+236=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF8EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EEC is #407113. Grayscale: #A7A7A7. Windows color (decimal): -4223252 or 15503039. OLE color: 15503039.

HSL color Cylindrical-coordinate representation of color #BF8EEC: hue angle of 271.28º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8EEC is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 142 236 -
CMYK 0.19 0.40 0 0.07
HSL 271.28º 0.71% 0.74% -
HSV(B) 271.28º 0.4% 0.93% -
XYZ 46.3 36.48 83.96 -
YUV 167.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 191 142 236 0.19 0.40 0 0.07 271.28 0.71 0.74
Hex BF 8E EC 13 28 0 7 10F 47 4A
Octal 277 216 354 23 50 0 7 417 107 112
Binary 10111111 10001110 11101100 10011 101000 0 111 100001111 1000111 1001010

Color Harmonies of #BF8EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EEC

Black with #BF8EEC

Text Example


Text Example

White with #BF8EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EEC; }

 p { color: rgb(191,142,236); }

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

background-color css

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

 a { background-color: rgb(191,142,236); }

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

border-color css

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

 span { border-color: rgb(191,142,236); }

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