#bc4c7a

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

Shades of Royal Heath #BC4C7A

Tints of Royal Heath #BC4C7A

Color information

#BC4C7A (or 0xBC4C7A) is unknown color: approx Royal Heath. HEX triplet: BC, 4C and 7A. RGB value is (188,76,122). Sum of RGB (Red+Green+Blue) = 188+76+122=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C7A is #43B385. Grayscale: #727272. Windows color (decimal): -4436870 or 8015036. OLE color: 8015036.

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

Color convert

RGB18876122-
CMYK00.600.350.26
HSL335.36º45.53%51.76%-
HSV(B)335.36º59.57%73.73%-
XYZ26.8417.2720.33-
YUV114.73132.11180.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 76 (30.08% from 255) = 19.69%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=48.70%
G=19.69%
B=31.61%

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
Decimal1887612200.600.350.26335.3645.5351.76
HexBC4C7A03C231A14f2e34
Octal27411417207443325175664
Binary1011110010011001111010011110010001111010101001111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4c7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4c7a; }

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

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

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

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

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

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

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

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