Html Css Color HEX #BD577C Royal Heath

📋 copy color: '#BD577C'

red 189 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #BD577C

Tints of Royal Heath #BD577C

RGB

 RED value IS 189 (74.22% from 255) = 47.25%

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

 BLUE value IS 124 (48.83% from 255) = 31%

R = 47.25%
G = 21.75%
B = 31%

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

#BD577C (or 0xBD577C) is known color: Royal Heath. HEX triplet: BD, 57 and 7C. RGB value is (189,87,124). Sum of RGB (Red+Green+Blue) = 189+87+124=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD577C is #42A883. Grayscale: #797979. Windows color (decimal): -4368516 or 8148925. OLE color: 8148925.

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

Color convert

RGB 189 87 124 -
CMYK 0 0.54 0.34 0.26
HSL 338.24º 0.44% 0.54% -
HSV(B) 338.24º 0.54% 0.74% -
XYZ 28.03 19.09 21.28 -
YUV 121.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 189 87 124 0 0.54 0.34 0.26 338.24 0.44 0.54
Hex BD 57 7C 0 36 22 1A 152 2C 36
Octal 275 127 174 0 66 42 32 522 54 66
Binary 10111101 1010111 1111100 0 110110 100010 11010 101010010 101100 110110

Color Harmonies of #BD577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD577C

Black with #BD577C

Text Example


Text Example

White with #BD577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD577C; }

 p { color: rgb(189,87,124); }

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

background-color css

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

 a { background-color: rgb(189,87,124); }

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

border-color css

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

 span { border-color: rgb(189,87,124); }

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