Html Css Color HEX #BC5174 Royal Heath

📋 copy color: '#BC5174'

red 188 ◦ green 81 ◦ blue 116

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

Shades of Royal Heath #BC5174

Tints of Royal Heath #BC5174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 48.83%
G = 21.04%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC5174 (or 0xBC5174) is known color: Royal Heath. HEX triplet: BC, 51 and 74. RGB value is (188,81,116). Sum of RGB (Red+Green+Blue) = 188+81+116=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5174 is #43AE8B. Grayscale: #747474. Windows color (decimal): -4435596 or 7623100. OLE color: 7623100.

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

Color convert

RGB 188 81 116 -
CMYK 0 0.57 0.38 0.26
HSL 340.37º 0.44% 0.53% -
HSV(B) 340.37º 0.57% 0.74% -
XYZ 26.83 17.84 18.55 -
YUV 116.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 188 81 116 0 0.57 0.38 0.26 340.37 0.44 0.53
Hex BC 51 74 0 39 26 1A 154 2C 35
Octal 274 121 164 0 71 46 32 524 54 65
Binary 10111100 1010001 1110100 0 111001 100110 11010 101010100 101100 110101

Color Harmonies of #BC5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5174

Black with #BC5174

Text Example


Text Example

White with #BC5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5174; }

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

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

background-color css

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

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

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

border-color css

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

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

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