Html Css Color HEX #BC577D Royal Heath

📋 copy color: '#BC577D'

red 188 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #BC577D

Tints of Royal Heath #BC577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.75%

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 47%
G = 21.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC577D (or 0xBC577D) is known color: Royal Heath. HEX triplet: BC, 57 and 7D. RGB value is (188,87,125). Sum of RGB (Red+Green+Blue) = 188+87+125=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC577D is #43A882. Grayscale: #797979. Windows color (decimal): -4434051 or 8214460. OLE color: 8214460.

HSL color Cylindrical-coordinate representation of color #BC577D: hue angle of 337.43º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC577D is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 125 -
CMYK 0 0.54 0.34 0.26
HSL 337.43º 0.43% 0.54% -
HSV(B) 337.43º 0.54% 0.74% -
XYZ 27.85 18.99 21.6 -
YUV 121.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 188 87 125 0 0.54 0.34 0.26 337.43 0.43 0.54
Hex BC 57 7D 0 36 22 1A 151 2B 36
Octal 274 127 175 0 66 42 32 521 53 66
Binary 10111100 1010111 1111101 0 110110 100010 11010 101010001 101011 110110

Color Harmonies of #BC577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC577D

Black with #BC577D

Text Example


Text Example

White with #BC577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC577D; }

 p { color: rgb(188,87,125); }

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

background-color css

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

 a { background-color: rgb(188,87,125); }

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

border-color css

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

 span { border-color: rgb(188,87,125); }

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