#BB95CD

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

Shades of Wisteria #BB95CD

Tints of Wisteria #BB95CD

Color information

#BB95CD (or 0xBB95CD) is unknown color: approx Wisteria. HEX triplet: BB, 95 and CD. RGB value is (187,149,205). Sum of RGB (Red+Green+Blue) = 187+149+205=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB95CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95CD is #446A32. Grayscale: #A6A6A6. Windows color (decimal): -4483635 or 13473211. OLE color: 13473211.

HSL color Cylindrical-coordinate representation of color #BB95CD: hue angle of 280.71º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB95CD is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187149205-
CMYK0.090.2700.20
HSL280.71º35.9%69.41%-
HSV(B)280.71º27.32%80.39%-
XYZ42.2636.4762.57-
YUV166.75149.59142.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=34.57%
G=27.54%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871492050.090.2700.20280.7135.969.41
HexBB95CD91B0141192445
Octal273225315113302443144105
Binary1011101110010101110011011001110110101001000110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95CD; }

 p { color: rgb(187,149,205); }

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

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

 a { background-color: rgb(187,149,205); }

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

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

 span { border-color: rgb(187,149,205); }

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