Html Css Color HEX #BD577E Royal Heath

📋 copy color: '#BD577E'

red 189 ◦ green 87 ◦ blue 126

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

Shades of Royal Heath #BD577E

Tints of Royal Heath #BD577E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 47.01%
G = 21.64%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD577E (or 0xBD577E) is known color: Royal Heath. HEX triplet: BD, 57 and 7E. RGB value is (189,87,126). Sum of RGB (Red+Green+Blue) = 189+87+126=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD577E is #42A881. Grayscale: #797979. Windows color (decimal): -4368514 or 8279997. OLE color: 8279997.

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

Color convert

RGB 189 87 126 -
CMYK 0 0.54 0.33 0.26
HSL 337.06º 0.44% 0.54% -
HSV(B) 337.06º 0.54% 0.74% -
XYZ 28.16 19.14 21.95 -
YUV 121.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 189 87 126 0 0.54 0.33 0.26 337.06 0.44 0.54
Hex BD 57 7E 0 36 21 1A 151 2C 36
Octal 275 127 176 0 66 41 32 521 54 66
Binary 10111101 1010111 1111110 0 110110 100001 11010 101010001 101100 110110

Color Harmonies of #BD577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD577E

Black with #BD577E

Text Example


Text Example

White with #BD577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD577E; }

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

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

background-color css

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

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

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

border-color css

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

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

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