#BB7FD9

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

Shades of Wisteria #BB7FD9

Tints of Wisteria #BB7FD9

Color information

#BB7FD9 (or 0xBB7FD9) is unknown color: approx Wisteria. HEX triplet: BB, 7F and D9. RGB value is (187,127,217). Sum of RGB (Red+Green+Blue) = 187+127+217=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB7FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FD9 is #448026. Grayscale: #9A9A9A. Windows color (decimal): -4489255 or 14254011. OLE color: 14254011.

HSL color Cylindrical-coordinate representation of color #BB7FD9: hue angle of 280º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB7FD9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187127217-
CMYK0.140.4100.15
HSL280º54.22%67.45%-
HSV(B)280º41.47%85.1%-
XYZ40.6130.7569.44-
YUV155.2162.88150.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=35.22%
G=23.92%
B=40.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871272170.140.4100.1528054.2267.45
HexBB7FD9E290F1183643
Octal273177331165101743066103
Binary101110111111111110110011110101001011111000110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FD9; }

 p { color: rgb(187,127,217); }

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

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

 a { background-color: rgb(187,127,217); }

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

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

 span { border-color: rgb(187,127,217); }

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