Html Css Color HEX #BC4978 Royal Heath

📋 copy color: '#BC4978'

red 188 ◦ green 73 ◦ blue 120

#BC4978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BC4978

Tints of Royal Heath #BC4978

RGB

 RED value IS 188 (73.83% from 255) = 49.34%

 GREEN value IS 73 (28.91% from 255) = 19.16%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 49.34%
G = 19.16%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4978 (or 0xBC4978) is known color: Royal Heath. HEX triplet: BC, 49 and 78. RGB value is (188,73,120). Sum of RGB (Red+Green+Blue) = 188+73+120=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4978 is #43B687. Grayscale: #707070. Windows color (decimal): -4437640 or 7883196. OLE color: 7883196.

HSL color Cylindrical-coordinate representation of color #BC4978: hue angle of 335.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4978 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 120 -
CMYK 0 0.61 0.36 0.26
HSL 335.48º 0.46% 0.51% -
HSV(B) 335.48º 0.61% 0.74% -
XYZ 26.51 16.81 19.62 -
YUV 112.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 188 73 120 0 0.61 0.36 0.26 335.48 0.46 0.51
Hex BC 49 78 0 3D 24 1A 14F 2E 33
Octal 274 111 170 0 75 44 32 517 56 63
Binary 10111100 1001001 1111000 0 111101 100100 11010 101001111 101110 110011

Color Harmonies of #BC4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4978

Black with #BC4978

Text Example


Text Example

White with #BC4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4978; }

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

 H1.HeaderClassName
 {
   color: #BC4978;
 }
 .AnyTagClassName
 {
   color: #BC4978;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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