Html Css Color HEX #BF8EEB Wisteria

📋 copy color: '#BF8EEB'

red 191 ◦ green 142 ◦ blue 235

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

Shades of Wisteria #BF8EEB

Tints of Wisteria #BF8EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.37%

R = 33.63%
G = 25%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF8EEB (or 0xBF8EEB) is known color: Wisteria. HEX triplet: BF, 8E and EB. RGB value is (191,142,235). Sum of RGB (Red+Green+Blue) = 191+142+235=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EEB is #407114. Grayscale: #A6A6A6. Windows color (decimal): -4223253 or 15437503. OLE color: 15437503.

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

Color convert

RGB 191 142 235 -
CMYK 0.19 0.40 0 0.08
HSL 271.61º 0.7% 0.74% -
HSV(B) 271.61º 0.4% 0.92% -
XYZ 46.15 36.42 83.19 -
YUV 167.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 191 142 235 0.19 0.40 0 0.08 271.61 0.7 0.74
Hex BF 8E EB 13 28 0 8 110 46 4A
Octal 277 216 353 23 50 0 10 420 106 112
Binary 10111111 10001110 11101011 10011 101000 0 1000 100010000 1000110 1001010

Color Harmonies of #BF8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EEB

Black with #BF8EEB

Text Example


Text Example

White with #BF8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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