#BC4C7B

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

Shades of Royal Heath #BC4C7B

Tints of Royal Heath #BC4C7B

Color information

#BC4C7B (or 0xBC4C7B) is unknown color: approx Royal Heath. HEX triplet: BC, 4C and 7B. RGB value is (188,76,123). Sum of RGB (Red+Green+Blue) = 188+76+123=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C7B is #43B384. Grayscale: #727272. Windows color (decimal): -4436869 or 8080572. OLE color: 8080572.

HSL color Cylindrical-coordinate representation of color #BC4C7B: hue angle of 334.82º 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 #BC4C7B is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18876123-
CMYK00.600.350.26
HSL334.82º45.53%51.76%-
HSV(B)334.82º59.57%73.73%-
XYZ26.917.2920.66-
YUV114.85132.61180.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=48.58%
G=19.64%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887612300.600.350.26334.8245.5351.76
HexBC4C7B03C231A14f2e34
Octal27411417307443325175664
Binary1011110010011001111011011110010001111010101001111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C7B; }

 p { color: rgb(188,76,123); }

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

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

 a { background-color: rgb(188,76,123); }

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

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

 span { border-color: rgb(188,76,123); }

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