Html Css Color HEX #BB87DB Wisteria

📋 copy color: '#BB87DB'

red 187 ◦ green 135 ◦ blue 219

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

Shades of Wisteria #BB87DB

Tints of Wisteria #BB87DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.95%

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

R = 34.57%
G = 24.95%
B = 40.48%

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

#BB87DB (or 0xBB87DB) is known color: Wisteria. HEX triplet: BB, 87 and DB. RGB value is (187,135,219). Sum of RGB (Red+Green+Blue) = 187+135+219=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87DB is #447824. Grayscale: #9F9F9F. Windows color (decimal): -4487205 or 14387131. OLE color: 14387131.

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

Color convert

RGB 187 135 219 -
CMYK 0.15 0.38 0 0.14
HSL 277.14º 0.54% 0.69% -
HSV(B) 277.14º 0.38% 0.86% -
XYZ 41.94 33.01 71.18 -
YUV 160.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 187 135 219 0.15 0.38 0 0.14 277.14 0.54 0.69
Hex BB 87 DB F 26 0 E 115 36 45
Octal 273 207 333 17 46 0 16 425 66 105
Binary 10111011 10000111 11011011 1111 100110 0 1110 100010101 110110 1000101

Color Harmonies of #BB87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB87DB

Black with #BB87DB

Text Example


Text Example

White with #BB87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB87DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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