Html Css Color HEX #BC4878 Royal Heath

📋 copy color: '#BC4878'

red 188 ◦ green 72 ◦ blue 120

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

Shades of Royal Heath #BC4878

Tints of Royal Heath #BC4878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.95%

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

R = 49.47%
G = 18.95%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4878 (or 0xBC4878) is known color: Royal Heath. HEX triplet: BC, 48 and 78. RGB value is (188,72,120). Sum of RGB (Red+Green+Blue) = 188+72+120=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4878 is #43B787. Grayscale: #707070. Windows color (decimal): -4437896 or 7882940. OLE color: 7882940.

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

Color convert

RGB 188 72 120 -
CMYK 0 0.62 0.36 0.26
HSL 335.17º 0.46% 0.51% -
HSV(B) 335.17º 0.62% 0.74% -
XYZ 26.45 16.68 19.6 -
YUV 112.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 188 72 120 0 0.62 0.36 0.26 335.17 0.46 0.51
Hex BC 48 78 0 3E 24 1A 14F 2E 33
Octal 274 110 170 0 76 44 32 517 56 63
Binary 10111100 1001000 1111000 0 111110 100100 11010 101001111 101110 110011

Color Harmonies of #BC4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4878

Black with #BC4878

Text Example


Text Example

White with #BC4878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4878; }

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

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

background-color css

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

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

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

border-color css

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

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

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