Html Css Color HEX #BC5071 Royal Heath

📋 copy color: '#BC5071'

red 188 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #BC5071

Tints of Royal Heath #BC5071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 49.34%
G = 21%
B = 29.66%

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

#BC5071 (or 0xBC5071) is known color: Royal Heath. HEX triplet: BC, 50 and 71. RGB value is (188,80,113). Sum of RGB (Red+Green+Blue) = 188+80+113=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5071 is #43AF8E. Grayscale: #747474. Windows color (decimal): -4435855 or 7426236. OLE color: 7426236.

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

Color convert

RGB 188 80 113 -
CMYK 0 0.57 0.40 0.26
HSL 341.67º 0.45% 0.53% -
HSV(B) 341.67º 0.57% 0.74% -
XYZ 26.59 17.62 17.62 -
YUV 116.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 188 80 113 0 0.57 0.40 0.26 341.67 0.45 0.53
Hex BC 50 71 0 39 28 1A 156 2D 35
Octal 274 120 161 0 71 50 32 526 55 65
Binary 10111100 1010000 1110001 0 111001 101000 11010 101010110 101101 110101

Color Harmonies of #BC5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5071

Black with #BC5071

Text Example


Text Example

White with #BC5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5071; }

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

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

background-color css

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

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

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

border-color css

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

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

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