#BB547F

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

Shades of Royal Heath #BB547F

Tints of Royal Heath #BB547F

Color information

#BB547F (or 0xBB547F) is unknown color: approx Royal Heath. HEX triplet: BB, 54 and 7F. RGB value is (187,84,127). Sum of RGB (Red+Green+Blue) = 187+84+127=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB547F is #44AB80. Grayscale: #777777. Windows color (decimal): -4500353 or 8344763. OLE color: 8344763.

HSL color Cylindrical-coordinate representation of color #BB547F: hue angle of 334.95º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB547F is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18784127-
CMYK00.550.320.27
HSL334.95º43.1%53.14%-
HSV(B)334.95º55.08%73.33%-
XYZ27.4918.4422.19-
YUV119.7132.12176-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 127 (50% from 255) = 31.91%
R=46.98%
G=21.11%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878412700.550.320.27334.9543.153.14
HexBB547F037201B14f2b35
Octal27312417706740335175365
Binary1011101110101001111111011011110000011011101001111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB547F; }

 p { color: rgb(187,84,127); }

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

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

 a { background-color: rgb(187,84,127); }

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

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

 span { border-color: rgb(187,84,127); }

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