Html Css Color HEX #BF8EDE Wisteria

📋 copy color: '#BF8EDE'

red 191 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #BF8EDE

Tints of Wisteria #BF8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 34.41%
G = 25.59%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF8EDE (or 0xBF8EDE) is known color: Wisteria. HEX triplet: BF, 8E and DE. RGB value is (191,142,222). Sum of RGB (Red+Green+Blue) = 191+142+222=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EDE is #407121. Grayscale: #A5A5A5. Windows color (decimal): -4223266 or 14585535. OLE color: 14585535.

HSL color Cylindrical-coordinate representation of color #BF8EDE: hue angle of 276.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8EDE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 142 222 -
CMYK 0.14 0.36 0 0.13
HSL 276.75º 0.55% 0.71% -
HSV(B) 276.75º 0.36% 0.87% -
XYZ 44.34 35.7 73.66 -
YUV 165.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 191 142 222 0.14 0.36 0 0.13 276.75 0.55 0.71
Hex BF 8E DE E 24 0 D 115 37 47
Octal 277 216 336 16 44 0 15 425 67 107
Binary 10111111 10001110 11011110 1110 100100 0 1101 100010101 110111 1000111

Color Harmonies of #BF8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EDE

Black with #BF8EDE

Text Example


Text Example

White with #BF8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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