Html Css Color HEX #BF8EE8 Wisteria

📋 copy color: '#BF8EE8'

red 191 ◦ green 142 ◦ blue 232

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

Shades of Wisteria #BF8EE8

Tints of Wisteria #BF8EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.06%

R = 33.81%
G = 25.13%
B = 41.06%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF8EE8 (or 0xBF8EE8) is known color: Wisteria. HEX triplet: BF, 8E and E8. RGB value is (191,142,232). Sum of RGB (Red+Green+Blue) = 191+142+232=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF8EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EE8 is #407117. Grayscale: #A6A6A6. Windows color (decimal): -4223256 or 15240895. OLE color: 15240895.

HSL color Cylindrical-coordinate representation of color #BF8EE8: hue angle of 272.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8EE8 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 142 232 -
CMYK 0.18 0.39 0 0.09
HSL 272.67º 0.66% 0.73% -
HSV(B) 272.67º 0.39% 0.91% -
XYZ 45.72 36.25 80.93 -
YUV 166.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 191 142 232 0.18 0.39 0 0.09 272.67 0.66 0.73
Hex BF 8E E8 12 27 0 9 111 42 49
Octal 277 216 350 22 47 0 11 421 102 111
Binary 10111111 10001110 11101000 10010 100111 0 1001 100010001 1000010 1001001

Color Harmonies of #BF8EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EE8

Black with #BF8EE8

Text Example


Text Example

White with #BF8EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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