Html Css Color HEX #BC5279 Royal Heath

📋 copy color: '#BC5279'

red 188 ◦ green 82 ◦ blue 121

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

Shades of Royal Heath #BC5279

Tints of Royal Heath #BC5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.97%

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

R = 48.08%
G = 20.97%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC5279 (or 0xBC5279) is known color: Royal Heath. HEX triplet: BC, 52 and 79. RGB value is (188,82,121). Sum of RGB (Red+Green+Blue) = 188+82+121=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5279 is #43AD86. Grayscale: #767676. Windows color (decimal): -4435335 or 7951036. OLE color: 7951036.

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

Color convert

RGB 188 82 121 -
CMYK 0 0.56 0.36 0.26
HSL 337.92º 0.44% 0.53% -
HSV(B) 337.92º 0.56% 0.74% -
XYZ 27.21 18.11 20.15 -
YUV 118.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 188 82 121 0 0.56 0.36 0.26 337.92 0.44 0.53
Hex BC 52 79 0 38 24 1A 152 2C 35
Octal 274 122 171 0 70 44 32 522 54 65
Binary 10111100 1010010 1111001 0 111000 100100 11010 101010010 101100 110101

Color Harmonies of #BC5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5279

Black with #BC5279

Text Example


Text Example

White with #BC5279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5279; }

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

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

background-color css

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

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

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

border-color css

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

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

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