#BB7BDF

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

Shades of Wisteria #BB7BDF

Tints of Wisteria #BB7BDF

Color information

#BB7BDF (or 0xBB7BDF) is unknown color: approx Wisteria. HEX triplet: BB, 7B and DF. RGB value is (187,123,223). Sum of RGB (Red+Green+Blue) = 187+123+223=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BDF is #448420. Grayscale: #999999. Windows color (decimal): -4490273 or 14646203. OLE color: 14646203.

HSL color Cylindrical-coordinate representation of color #BB7BDF: hue angle of 278.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7BDF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187123223-
CMYK0.160.4500.13
HSL278.4º60.98%67.84%-
HSV(B)278.4º44.84%87.45%-
XYZ40.930.0673.46-
YUV153.54167.2151.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=35.08%
G=23.08%
B=41.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871232230.160.4500.13278.460.9867.84
HexBB7BDF102D0D1163d44
Octal273173337205501542675104
Binary1011101111110111101111110000101101011011000101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BDF; }

 p { color: rgb(187,123,223); }

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

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

 a { background-color: rgb(187,123,223); }

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

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

 span { border-color: rgb(187,123,223); }

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