#BB3F71

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

Shades of Royal Heath #BB3F71

Tints of Royal Heath #BB3F71

Color information

#BB3F71 (or 0xBB3F71) is unknown color: approx Royal Heath. HEX triplet: BB, 3F and 71. RGB value is (187,63,113). Sum of RGB (Red+Green+Blue) = 187+63+113=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F71 is #44C08E. Grayscale: #696969. Windows color (decimal): -4505743 or 7421883. OLE color: 7421883.

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

Color convert

RGB18763113-
CMYK00.660.400.27
HSL335.81º49.6%49.02%-
HSV(B)335.81º66.31%73.33%-
XYZ25.2515.3117.25-
YUV105.78132.08185.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=51.52%
G=17.36%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876311300.660.400.27335.8149.649.02
HexBB3F71042281B1503231
Octal27377161010250335206261
Binary1011101111111111100010100001010100011011101010000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F71; }

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

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

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

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

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

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

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

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