Html Css Color HEX #BD96DC Wisteria

📋 copy color: '#BD96DC'

red 189 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #BD96DC

Tints of Wisteria #BD96DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 33.81%
G = 26.83%
B = 39.36%

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

#BD96DC (or 0xBD96DC) is known color: Wisteria. HEX triplet: BD, 96 and DC. RGB value is (189,150,220). Sum of RGB (Red+Green+Blue) = 189+150+220=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96DC is #426923. Grayscale: #A9A9A9. Windows color (decimal): -4352292 or 14456509. OLE color: 14456509.

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

Color convert

RGB 189 150 220 -
CMYK 0.14 0.32 0 0.14
HSL 273.43º 0.5% 0.73% -
HSV(B) 273.43º 0.32% 0.86% -
XYZ 44.81 37.8 72.64 -
YUV 169.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 189 150 220 0.14 0.32 0 0.14 273.43 0.5 0.73
Hex BD 96 DC E 20 0 E 111 32 49
Octal 275 226 334 16 40 0 16 421 62 111
Binary 10111101 10010110 11011100 1110 100000 0 1110 100010001 110010 1001001

Color Harmonies of #BD96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96DC

Black with #BD96DC

Text Example


Text Example

White with #BD96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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