#BC4B7E

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

Shades of Royal Heath #BC4B7E

Tints of Royal Heath #BC4B7E

Color information

#BC4B7E (or 0xBC4B7E) is unknown color: approx Royal Heath. HEX triplet: BC, 4B and 7E. RGB value is (188,75,126). Sum of RGB (Red+Green+Blue) = 188+75+126=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B7E is #43B481. Grayscale: #727272. Windows color (decimal): -4437122 or 8276924. OLE color: 8276924.

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

Color convert

RGB18875126-
CMYK00.600.330.26
HSL332.92º45.75%51.57%-
HSV(B)332.92º60.11%73.73%-
XYZ27.0217.2321.64-
YUV114.6134.44180.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=48.33%
G=19.28%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887512600.600.330.26332.9245.7551.57
HexBC4B7E03C211A14d2e34
Octal27411317607441325155664
Binary1011110010010111111110011110010000111010101001101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B7E; }

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

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

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

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

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

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

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

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