#BB6593

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

Shades of Hopbush #BB6593

Tints of Hopbush #BB6593

Color information

#BB6593 (or 0xBB6593) is unknown color: approx Hopbush. HEX triplet: BB, 65 and 93. RGB value is (187,101,147). Sum of RGB (Red+Green+Blue) = 187+101+147=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6593 is #449A6C. Grayscale: #838383. Windows color (decimal): -4495981 or 9659835. OLE color: 9659835.

HSL color Cylindrical-coordinate representation of color #BB6593: hue angle of 327.91º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6593 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187101147-
CMYK00.460.210.27
HSL327.91º38.74%56.47%-
HSV(B)327.91º45.99%73.33%-
XYZ30.4121.9830.24-
YUV131.96136.49167.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=42.99%
G=23.22%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710114700.460.210.27327.9138.7456.47
HexBB659302E151B1482738
Octal27314522305625335104770
Binary1011101111001011001001101011101010111011101001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6593; }

 p { color: rgb(187,101,147); }

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

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

 a { background-color: rgb(187,101,147); }

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

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

 span { border-color: rgb(187,101,147); }

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