#BC547E

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

Shades of Royal Heath #BC547E

Tints of Royal Heath #BC547E

Color information

#BC547E (or 0xBC547E) is unknown color: approx Royal Heath. HEX triplet: BC, 54 and 7E. RGB value is (188,84,126). Sum of RGB (Red+Green+Blue) = 188+84+126=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC547E is #43AB81. Grayscale: #777777. Windows color (decimal): -4434818 or 8279228. OLE color: 8279228.

HSL color Cylindrical-coordinate representation of color #BC547E: hue angle of 335.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC547E is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18884126-
CMYK00.550.330.26
HSL335.77º43.7%53.33%-
HSV(B)335.77º55.32%73.73%-
XYZ27.6818.5421.86-
YUV119.88131.46176.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=47.24%
G=21.11%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888412600.550.330.26335.7743.753.33
HexBC547E037211A1502c35
Octal27412417606741325205465
Binary1011110010101001111110011011110000111010101010000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC547E; }

 p { color: rgb(188,84,126); }

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

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

 a { background-color: rgb(188,84,126); }

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

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

 span { border-color: rgb(188,84,126); }

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