#BB95D6

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

Shades of Wisteria #BB95D6

Tints of Wisteria #BB95D6

Color information

#BB95D6 (or 0xBB95D6) is unknown color: approx Wisteria. HEX triplet: BB, 95 and D6. RGB value is (187,149,214). Sum of RGB (Red+Green+Blue) = 187+149+214=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95D6 is #446A29. Grayscale: #A7A7A7. Windows color (decimal): -4483626 or 14063035. OLE color: 14063035.

HSL color Cylindrical-coordinate representation of color #BB95D6: hue angle of 275.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB95D6 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187149214-
CMYK0.130.3000.16
HSL275.08º44.22%71.18%-
HSV(B)275.08º30.37%83.92%-
XYZ43.3836.9168.46-
YUV167.77154.09141.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=34%
G=27.09%
B=38.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871492140.130.3000.16275.0844.2271.18
HexBB95D6D1E0101132c47
Octal273225326153602042354107
Binary1011101110010101110101101101111100100001000100111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95D6; }

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

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

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

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

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

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

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

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