Html Css Color HEX #BC4879 Royal Heath

📋 copy color: '#BC4879'

red 188 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #BC4879

Tints of Royal Heath #BC4879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 49.34%
G = 18.9%
B = 31.76%

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

#BC4879 (or 0xBC4879) is known color: Royal Heath. HEX triplet: BC, 48 and 79. RGB value is (188,72,121). Sum of RGB (Red+Green+Blue) = 188+72+121=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4879 is #43B786. Grayscale: #707070. Windows color (decimal): -4437895 or 7948476. OLE color: 7948476.

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

Color convert

RGB 188 72 121 -
CMYK 0 0.62 0.36 0.26
HSL 334.66º 0.46% 0.51% -
HSV(B) 334.66º 0.62% 0.74% -
XYZ 26.51 16.71 19.92 -
YUV 112.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 188 72 121 0 0.62 0.36 0.26 334.66 0.46 0.51
Hex BC 48 79 0 3E 24 1A 14F 2E 33
Octal 274 110 171 0 76 44 32 517 56 63
Binary 10111100 1001000 1111001 0 111110 100100 11010 101001111 101110 110011

Color Harmonies of #BC4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4879

Black with #BC4879

Text Example


Text Example

White with #BC4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4879; }

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

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

background-color css

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

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

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

border-color css

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

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

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