Html Css Color HEX #BC5170 Royal Heath

📋 copy color: '#BC5170'

red 188 ◦ green 81 ◦ blue 112

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

Shades of Royal Heath #BC5170

Tints of Royal Heath #BC5170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 49.34%
G = 21.26%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC5170 (or 0xBC5170) is known color: Royal Heath. HEX triplet: BC, 51 and 70. RGB value is (188,81,112). Sum of RGB (Red+Green+Blue) = 188+81+112=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5170 is #43AE8F. Grayscale: #747474. Windows color (decimal): -4435600 or 7360956. OLE color: 7360956.

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

Color convert

RGB 188 81 112 -
CMYK 0 0.57 0.40 0.26
HSL 342.62º 0.44% 0.53% -
HSV(B) 342.62º 0.57% 0.74% -
XYZ 26.61 17.75 17.35 -
YUV 116.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 188 81 112 0 0.57 0.40 0.26 342.62 0.44 0.53
Hex BC 51 70 0 39 28 1A 157 2C 35
Octal 274 121 160 0 71 50 32 527 54 65
Binary 10111100 1010001 1110000 0 111001 101000 11010 101010111 101100 110101

Color Harmonies of #BC5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5170

Black with #BC5170

Text Example


Text Example

White with #BC5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5170; }

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

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

background-color css

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

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

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

border-color css

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

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

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