#BB95CF

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

Shades of Wisteria #BB95CF

Tints of Wisteria #BB95CF

Color information

#BB95CF (or 0xBB95CF) is unknown color: approx Wisteria. HEX triplet: BB, 95 and CF. RGB value is (187,149,207). Sum of RGB (Red+Green+Blue) = 187+149+207=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95CF is #446A30. Grayscale: #A6A6A6. Windows color (decimal): -4483633 or 13604283. OLE color: 13604283.

HSL color Cylindrical-coordinate representation of color #BB95CF: hue angle of 279.31º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB95CF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187149207-
CMYK0.100.2800.19
HSL279.31º37.66%69.8%-
HSV(B)279.31º28.02%81.18%-
XYZ42.536.5663.85-
YUV166.97150.59142.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=34.44%
G=27.44%
B=38.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871492070.100.2800.19279.3137.6669.8
HexBB95CFA1C0131172646
Octal273225317123402342746106
Binary1011101110010101110011111010111000100111000101111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95CF; }

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

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

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

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

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

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

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

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