#BC5B7E

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

Shades of Royal Heath #BC5B7E

Tints of Royal Heath #BC5B7E

Color information

#BC5B7E (or 0xBC5B7E) is unknown color: approx Royal Heath. HEX triplet: BC, 5B and 7E. RGB value is (188,91,126). Sum of RGB (Red+Green+Blue) = 188+91+126=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B7E is #43A481. Grayscale: #7B7B7B. Windows color (decimal): -4433026 or 8281020. OLE color: 8281020.

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

Color convert

RGB18891126-
CMYK00.520.330.26
HSL338.35º41.99%54.71%-
HSV(B)338.35º51.6%73.73%-
XYZ28.2519.6822.05-
YUV123.99129.14173.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=46.42%
G=22.47%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889112600.520.330.26338.3541.9954.71
HexBC5B7E034211A1522a37
Octal27413317606441325225267
Binary1011110010110111111110011010010000111010101010010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B7E; }

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

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

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

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

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

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

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

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