Html Css Color HEX #BB88DB Wisteria

📋 copy color: '#BB88DB'

red 187 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #BB88DB

Tints of Wisteria #BB88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.09%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 34.5%
G = 25.09%
B = 40.41%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB88DB (or 0xBB88DB) is known color: Wisteria. HEX triplet: BB, 88 and DB. RGB value is (187,136,219). Sum of RGB (Red+Green+Blue) = 187+136+219=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88DB is #447724. Grayscale: #A0A0A0. Windows color (decimal): -4486949 or 14387387. OLE color: 14387387.

HSL color Cylindrical-coordinate representation of color #BB88DB: hue angle of 276.87º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB88DB is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 136 219 -
CMYK 0.15 0.38 0 0.14
HSL 276.87º 0.54% 0.7% -
HSV(B) 276.87º 0.38% 0.86% -
XYZ 42.08 33.29 71.22 -
YUV 160.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 187 136 219 0.15 0.38 0 0.14 276.87 0.54 0.7
Hex BB 88 DB F 26 0 E 115 36 46
Octal 273 210 333 17 46 0 16 425 66 106
Binary 10111011 10001000 11011011 1111 100110 0 1110 100010101 110110 1000110

Color Harmonies of #BB88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88DB

Black with #BB88DB

Text Example


Text Example

White with #BB88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88DB; }

 p { color: rgb(187,136,219); }

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

background-color css

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

 a { background-color: rgb(187,136,219); }

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

border-color css

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

 span { border-color: rgb(187,136,219); }

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