#BC577F

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

Shades of Royal Heath #BC577F

Tints of Royal Heath #BC577F

Color information

#BC577F (or 0xBC577F) is unknown color: approx Royal Heath. HEX triplet: BC, 57 and 7F. RGB value is (188,87,127). Sum of RGB (Red+Green+Blue) = 188+87+127=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC577F is #43A880. Grayscale: #797979. Windows color (decimal): -4434049 or 8345532. OLE color: 8345532.

HSL color Cylindrical-coordinate representation of color #BC577F: hue angle of 336.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC577F is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB18887127-
CMYK00.540.320.26
HSL336.24º42.98%53.92%-
HSV(B)336.24º53.72%73.73%-
XYZ27.9819.0422.28-
YUV121.76130.96175.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 127 (50% from 255) = 31.59%
R=46.77%
G=21.64%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888712700.540.320.26336.2442.9853.92
HexBC577F036201A1502b36
Octal27412717706640325205366
Binary1011110010101111111111011011010000011010101010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC577F; }

 p { color: rgb(188,87,127); }

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

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

 a { background-color: rgb(188,87,127); }

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

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

 span { border-color: rgb(188,87,127); }

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