#BD96CA

Color #BD96CA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BD96CA

Tints of Wisteria #BD96CA

Color information

#BD96CA (or 0xBD96CA) is unknown color: approx Wisteria. HEX triplet: BD, 96 and CA. RGB value is (189,150,202). Sum of RGB (Red+Green+Blue) = 189+150+202=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96CA is #426935. Grayscale: #A7A7A7. Windows color (decimal): -4352310 or 13276861. OLE color: 13276861.

HSL color Cylindrical-coordinate representation of color #BD96CA: hue angle of 285º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD96CA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189150202-
CMYK0.060.2600.21
HSL285º32.91%69.02%-
HSV(B)285º25.74%79.22%-
XYZ42.5536.960.76-
YUV167.59147.42143.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=34.94%
G=27.73%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891502020.060.2600.2128532.9169.02
HexBD96CA61A01511d2145
Octal27522631263202543541105
Binary101111011001011011001010110110100101011000111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96CA; }

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

 H1.HeaderClassName
 {
   color: #BD96CA;
 }
 .AnyTagClassName
 {
   color: #BD96CA;
 }
</style>
background-color css

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

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

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

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

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

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