Html Css Color HEX #BC5073 Royal Heath

📋 copy color: '#BC5073'

red 188 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #BC5073

Tints of Royal Heath #BC5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 49.09%
G = 20.89%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC5073 (or 0xBC5073) is known color: Royal Heath. HEX triplet: BC, 50 and 73. RGB value is (188,80,115). Sum of RGB (Red+Green+Blue) = 188+80+115=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5073 is #43AF8C. Grayscale: #747474. Windows color (decimal): -4435853 or 7557308. OLE color: 7557308.

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

Color convert

RGB 188 80 115 -
CMYK 0 0.57 0.39 0.26
HSL 340.56º 0.45% 0.53% -
HSV(B) 340.56º 0.57% 0.74% -
XYZ 26.7 17.67 18.22 -
YUV 116.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 188 80 115 0 0.57 0.39 0.26 340.56 0.45 0.53
Hex BC 50 73 0 39 27 1A 155 2D 35
Octal 274 120 163 0 71 47 32 525 55 65
Binary 10111100 1010000 1110011 0 111001 100111 11010 101010101 101101 110101

Color Harmonies of #BC5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5073

Black with #BC5073

Text Example


Text Example

White with #BC5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5073; }

 p { color: rgb(188,80,115); }

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

background-color css

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

 a { background-color: rgb(188,80,115); }

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

border-color css

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

 span { border-color: rgb(188,80,115); }

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