Html Css Color HEX #BC4579 Royal Heath

📋 copy color: '#BC4579'

red 188 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #BC4579

Tints of Royal Heath #BC4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.25%

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

R = 49.74%
G = 18.25%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4579 (or 0xBC4579) is known color: Royal Heath. HEX triplet: BC, 45 and 79. RGB value is (188,69,121). Sum of RGB (Red+Green+Blue) = 188+69+121=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4579 is #43BA86. Grayscale: #6E6E6E. Windows color (decimal): -4438663 or 7947708. OLE color: 7947708.

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

Color convert

RGB 188 69 121 -
CMYK 0 0.63 0.36 0.26
HSL 333.78º 0.47% 0.5% -
HSV(B) 333.78º 0.63% 0.74% -
XYZ 26.32 16.33 19.85 -
YUV 110.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 188 69 121 0 0.63 0.36 0.26 333.78 0.47 0.5
Hex BC 45 79 0 3F 24 1A 14E 2F 32
Octal 274 105 171 0 77 44 32 516 57 62
Binary 10111100 1000101 1111001 0 111111 100100 11010 101001110 101111 110010

Color Harmonies of #BC4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4579

Black with #BC4579

Text Example


Text Example

White with #BC4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4579; }

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

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

background-color css

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

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

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

border-color css

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

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

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