#BD96CC

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

Shades of Wisteria #BD96CC

Tints of Wisteria #BD96CC

Color information

#BD96CC (or 0xBD96CC) is unknown color: approx Wisteria. HEX triplet: BD, 96 and CC. RGB value is (189,150,204). Sum of RGB (Red+Green+Blue) = 189+150+204=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96CC is #426933. Grayscale: #A7A7A7. Windows color (decimal): -4352308 or 13407933. OLE color: 13407933.

HSL color Cylindrical-coordinate representation of color #BD96CC: hue angle of 283.33º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD96CC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189150204-
CMYK0.070.2600.2
HSL283.33º34.62%69.41%-
HSV(B)283.33º26.47%80%-
XYZ42.7936.9962.01-
YUV167.82148.42143.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=34.81%
G=27.62%
B=37.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891502040.070.2600.2283.3334.6269.41
HexBD96CC71A01411b2345
Octal27522631473202443343105
Binary101111011001011011001100111110100101001000110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96CC; }

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

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

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

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

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

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

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

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