Html Css Color HEX #BD88DB Wisteria

📋 copy color: '#BD88DB'

red 189 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #BD88DB

Tints of Wisteria #BD88DB

RGB

 RED value IS 189 (74.22% from 255) = 34.74%

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

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

R = 34.74%
G = 25%
B = 40.26%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD88DB (or 0xBD88DB) is known color: Wisteria. HEX triplet: BD, 88 and DB. RGB value is (189,136,219). Sum of RGB (Red+Green+Blue) = 189+136+219=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88DB is #427724. Grayscale: #A1A1A1. Windows color (decimal): -4355877 or 14387389. OLE color: 14387389.

HSL color Cylindrical-coordinate representation of color #BD88DB: hue angle of 278.31º 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 #BD88DB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 136 219 -
CMYK 0.14 0.38 0 0.14
HSL 278.31º 0.54% 0.7% -
HSV(B) 278.31º 0.38% 0.86% -
XYZ 42.58 33.54 71.25 -
YUV 161.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 189 136 219 0.14 0.38 0 0.14 278.31 0.54 0.7
Hex BD 88 DB E 26 0 E 116 36 46
Octal 275 210 333 16 46 0 16 426 66 106
Binary 10111101 10001000 11011011 1110 100110 0 1110 100010110 110110 1000110

Color Harmonies of #BD88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88DB

Black with #BD88DB

Text Example


Text Example

White with #BD88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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