Html Css Color HEX #BD96DD Wisteria

📋 copy color: '#BD96DD'

red 189 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #BD96DD

Tints of Wisteria #BD96DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 33.75%
G = 26.79%
B = 39.46%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD96DD (or 0xBD96DD) is known color: Wisteria. HEX triplet: BD, 96 and DD. RGB value is (189,150,221). Sum of RGB (Red+Green+Blue) = 189+150+221=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96DD is #426922. Grayscale: #A9A9A9. Windows color (decimal): -4352291 or 14522045. OLE color: 14522045.

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

Color convert

RGB 189 150 221 -
CMYK 0.14 0.32 0 0.13
HSL 272.96º 0.51% 0.73% -
HSV(B) 272.96º 0.32% 0.87% -
XYZ 44.94 37.85 73.34 -
YUV 169.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 189 150 221 0.14 0.32 0 0.13 272.96 0.51 0.73
Hex BD 96 DD E 20 0 D 111 33 49
Octal 275 226 335 16 40 0 15 421 63 111
Binary 10111101 10010110 11011101 1110 100000 0 1101 100010001 110011 1001001

Color Harmonies of #BD96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96DD

Black with #BD96DD

Text Example


Text Example

White with #BD96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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