Html Css Color HEX #BC5173 Royal Heath

📋 copy color: '#BC5173'

red 188 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #BC5173

Tints of Royal Heath #BC5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

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

R = 48.96%
G = 21.09%
B = 29.95%

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

#BC5173 (or 0xBC5173) is known color: Royal Heath. HEX triplet: BC, 51 and 73. RGB value is (188,81,115). Sum of RGB (Red+Green+Blue) = 188+81+115=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5173 is #43AE8C. Grayscale: #747474. Windows color (decimal): -4435597 or 7557564. OLE color: 7557564.

HSL color Cylindrical-coordinate representation of color #BC5173: hue angle of 340.93º degrees, saturation: 0.44, 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 #BC5173 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 115 -
CMYK 0 0.57 0.39 0.26
HSL 340.93º 0.44% 0.53% -
HSV(B) 340.93º 0.57% 0.74% -
XYZ 26.78 17.81 18.25 -
YUV 116.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 188 81 115 0 0.57 0.39 0.26 340.93 0.44 0.53
Hex BC 51 73 0 39 27 1A 155 2C 35
Octal 274 121 163 0 71 47 32 525 54 65
Binary 10111100 1010001 1110011 0 111001 100111 11010 101010101 101100 110101

Color Harmonies of #BC5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5173

Black with #BC5173

Text Example


Text Example

White with #BC5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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