#BB557D

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

Shades of Royal Heath #BB557D

Tints of Royal Heath #BB557D

Color information

#BB557D (or 0xBB557D) is unknown color: approx Royal Heath. HEX triplet: BB, 55 and 7D. RGB value is (187,85,125). Sum of RGB (Red+Green+Blue) = 187+85+125=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB557D is #44AA82. Grayscale: #787878. Windows color (decimal): -4500099 or 8213947. OLE color: 8213947.

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

Color convert

RGB18785125-
CMYK00.550.330.27
HSL336.47º42.86%53.33%-
HSV(B)336.47º54.55%73.33%-
XYZ27.4418.5421.53-
YUV120.06130.79175.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=47.10%
G=21.41%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878512500.550.330.27336.4742.8653.33
HexBB557D037211B1502b35
Octal27312517506741335205365
Binary1011101110101011111101011011110000111011101010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB557D; }

 p { color: rgb(187,85,125); }

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

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

 a { background-color: rgb(187,85,125); }

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

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

 span { border-color: rgb(187,85,125); }

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