Html Css Color HEX #BB8EDE Wisteria

📋 copy color: '#BB8EDE'

red 187 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #BB8EDE

Tints of Wisteria #BB8EDE

RGB

 RED value IS 187 (73.44% from 255) = 33.94%

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

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

R = 33.94%
G = 25.77%
B = 40.29%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB8EDE (or 0xBB8EDE) is known color: Wisteria. HEX triplet: BB, 8E and DE. RGB value is (187,142,222). Sum of RGB (Red+Green+Blue) = 187+142+222=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EDE is #447121. Grayscale: #A4A4A4. Windows color (decimal): -4485410 or 14585531. OLE color: 14585531.

HSL color Cylindrical-coordinate representation of color #BB8EDE: hue angle of 273.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 #BB8EDE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 142 222 -
CMYK 0.16 0.36 0 0.13
HSL 273.75º 0.55% 0.71% -
HSV(B) 273.75º 0.36% 0.87% -
XYZ 43.35 35.18 73.61 -
YUV 164.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 187 142 222 0.16 0.36 0 0.13 273.75 0.55 0.71
Hex BB 8E DE 10 24 0 D 112 37 47
Octal 273 216 336 20 44 0 15 422 67 107
Binary 10111011 10001110 11011110 10000 100100 0 1101 100010010 110111 1000111

Color Harmonies of #BB8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EDE

Black with #BB8EDE

Text Example


Text Example

White with #BB8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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