#BC4B78

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

Shades of Royal Heath #BC4B78

Tints of Royal Heath #BC4B78

Color information

#BC4B78 (or 0xBC4B78) is unknown color: approx Royal Heath. HEX triplet: BC, 4B and 78. RGB value is (188,75,120). Sum of RGB (Red+Green+Blue) = 188+75+120=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B78 is #43B487. Grayscale: #717171. Windows color (decimal): -4437128 or 7883708. OLE color: 7883708.

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

Color convert

RGB18875120-
CMYK00.600.360.26
HSL336.11º45.75%51.57%-
HSV(B)336.11º60.11%73.73%-
XYZ26.6517.0819.66-
YUV113.92131.44180.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=49.09%
G=19.58%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887512000.600.360.26336.1145.7551.57
HexBC4B7803C241A1502e34
Octal27411317007444325205664
Binary1011110010010111111000011110010010011010101010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B78; }

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

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

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

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

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

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

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

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