Html Css Color HEX #BD96D9 Wisteria

📋 copy color: '#BD96D9'

red 189 ◦ green 150 ◦ blue 217

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

Shades of Wisteria #BD96D9

Tints of Wisteria #BD96D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 33.99%
G = 26.98%
B = 39.03%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD96D9 (or 0xBD96D9) is known color: Wisteria. HEX triplet: BD, 96 and D9. RGB value is (189,150,217). Sum of RGB (Red+Green+Blue) = 189+150+217=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96D9 is #426926. Grayscale: #A9A9A9. Windows color (decimal): -4352295 or 14259901. OLE color: 14259901.

HSL color Cylindrical-coordinate representation of color #BD96D9: hue angle of 274.93º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD96D9 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 150 217 -
CMYK 0.13 0.31 0 0.15
HSL 274.93º 0.47% 0.72% -
HSV(B) 274.93º 0.31% 0.85% -
XYZ 44.42 37.64 70.57 -
YUV 169.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 189 150 217 0.13 0.31 0 0.15 274.93 0.47 0.72
Hex BD 96 D9 D 1F 0 F 113 2F 48
Octal 275 226 331 15 37 0 17 423 57 110
Binary 10111101 10010110 11011001 1101 11111 0 1111 100010011 101111 1001000

Color Harmonies of #BD96D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96D9

Black with #BD96D9

Text Example


Text Example

White with #BD96D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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