Html Css Color HEX #BC5879 Royal Heath

📋 copy color: '#BC5879'

red 188 ◦ green 88 ◦ blue 121

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

Shades of Royal Heath #BC5879

Tints of Royal Heath #BC5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 47.36%
G = 22.17%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC5879 (or 0xBC5879) is known color: Royal Heath. HEX triplet: BC, 58 and 79. RGB value is (188,88,121). Sum of RGB (Red+Green+Blue) = 188+88+121=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5879 is #43A786. Grayscale: #797979. Windows color (decimal): -4433799 or 7952572. OLE color: 7952572.

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

Color convert

RGB 188 88 121 -
CMYK 0 0.53 0.36 0.26
HSL 340.2º 0.43% 0.54% -
HSV(B) 340.2º 0.53% 0.74% -
XYZ 27.68 19.05 20.31 -
YUV 121.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 188 88 121 0 0.53 0.36 0.26 340.2 0.43 0.54
Hex BC 58 79 0 35 24 1A 154 2B 36
Octal 274 130 171 0 65 44 32 524 53 66
Binary 10111100 1011000 1111001 0 110101 100100 11010 101010100 101011 110110

Color Harmonies of #BC5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5879

Black with #BC5879

Text Example


Text Example

White with #BC5879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5879; }

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

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

background-color css

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

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

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

border-color css

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

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

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