#BB3571

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

Shades of Royal Heath #BB3571

Tints of Royal Heath #BB3571

Color information

#BB3571 (or 0xBB3571) is unknown color: approx Royal Heath. HEX triplet: BB, 35 and 71. RGB value is (187,53,113). Sum of RGB (Red+Green+Blue) = 187+53+113=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3571 is #44CA8E. Grayscale: #636363. Windows color (decimal): -4508303 or 7419323. OLE color: 7419323.

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

Color convert

RGB18753113-
CMYK00.720.400.27
HSL333.13º55.83%47.06%-
HSV(B)333.13º71.66%73.33%-
XYZ24.7514.317.08-
YUV99.91135.39190.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=52.97%
G=15.01%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875311300.720.400.27333.1355.8347.06
HexBB3571048281B14d382f
Octal27365161011050335157057
Binary1011101111010111100010100100010100011011101001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3571; }

 p { color: rgb(187,53,113); }

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

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

 a { background-color: rgb(187,53,113); }

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

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

 span { border-color: rgb(187,53,113); }

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