Html Css Color HEX #BD96DB Wisteria

📋 copy color: '#BD96DB'

red 189 ◦ green 150 ◦ blue 219

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

Shades of Wisteria #BD96DB

Tints of Wisteria #BD96DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.88%

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

R = 33.87%
G = 26.88%
B = 39.25%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD96DB (or 0xBD96DB) is known color: Wisteria. HEX triplet: BD, 96 and DB. RGB value is (189,150,219). Sum of RGB (Red+Green+Blue) = 189+150+219=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96DB is #426924. Grayscale: #A9A9A9. Windows color (decimal): -4352293 or 14390973. OLE color: 14390973.

HSL color Cylindrical-coordinate representation of color #BD96DB: hue angle of 273.91º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD96DB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 150 219 -
CMYK 0.14 0.32 0 0.14
HSL 273.91º 0.49% 0.72% -
HSV(B) 273.91º 0.32% 0.86% -
XYZ 44.68 37.75 71.95 -
YUV 169.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 189 150 219 0.14 0.32 0 0.14 273.91 0.49 0.72
Hex BD 96 DB E 20 0 E 112 31 48
Octal 275 226 333 16 40 0 16 422 61 110
Binary 10111101 10010110 11011011 1110 100000 0 1110 100010010 110001 1001000

Color Harmonies of #BD96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96DB

Black with #BD96DB

Text Example


Text Example

White with #BD96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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