Html Css Color HEX #BC5476 Royal Heath

📋 copy color: '#BC5476'

red 188 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #BC5476

Tints of Royal Heath #BC5476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 48.21%
G = 21.54%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC5476 (or 0xBC5476) is known color: Royal Heath. HEX triplet: BC, 54 and 76. RGB value is (188,84,118). Sum of RGB (Red+Green+Blue) = 188+84+118=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5476 is #43AB89. Grayscale: #767676. Windows color (decimal): -4434826 or 7754940. OLE color: 7754940.

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

Color convert

RGB 188 84 118 -
CMYK 0 0.55 0.37 0.26
HSL 340.38º 0.44% 0.53% -
HSV(B) 340.38º 0.55% 0.74% -
XYZ 27.18 18.34 19.25 -
YUV 118.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 188 84 118 0 0.55 0.37 0.26 340.38 0.44 0.53
Hex BC 54 76 0 37 25 1A 154 2C 35
Octal 274 124 166 0 67 45 32 524 54 65
Binary 10111100 1010100 1110110 0 110111 100101 11010 101010100 101100 110101

Color Harmonies of #BC5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5476

Black with #BC5476

Text Example


Text Example

White with #BC5476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5476; }

 p { color: rgb(188,84,118); }

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

background-color css

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

 a { background-color: rgb(188,84,118); }

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

border-color css

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

 span { border-color: rgb(188,84,118); }

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