#BB6590

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

Shades of Hopbush #BB6590

Tints of Hopbush #BB6590

Color information

#BB6590 (or 0xBB6590) is unknown color: approx Hopbush. HEX triplet: BB, 65 and 90. RGB value is (187,101,144). Sum of RGB (Red+Green+Blue) = 187+101+144=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6590 is #449A6F. Grayscale: #838383. Windows color (decimal): -4495984 or 9463227. OLE color: 9463227.

HSL color Cylindrical-coordinate representation of color #BB6590: hue angle of 330º 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 #BB6590 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB187101144-
CMYK00.460.230.27
HSL330º38.74%56.47%-
HSV(B)330º45.99%73.33%-
XYZ30.1821.8929.02-
YUV131.62134.99167.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 144 (56.64% from 255) = 33.33%
R=43.29%
G=23.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710114400.460.230.2733038.7456.47
HexBB659002E171B14a2738
Octal27314522005627335124770
Binary1011101111001011001000001011101011111011101001010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6590; }

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

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

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

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

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

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

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

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