Html Css Color HEX #BD4579 Royal Heath

📋 copy color: '#BD4579'

red 189 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #BD4579

Tints of Royal Heath #BD4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.21%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 49.87%
G = 18.21%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD4579 (or 0xBD4579) is known color: Royal Heath. HEX triplet: BD, 45 and 79. RGB value is (189,69,121). Sum of RGB (Red+Green+Blue) = 189+69+121=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4579 is #42BA86. Grayscale: #6E6E6E. Windows color (decimal): -4373127 or 7947709. OLE color: 7947709.

HSL color Cylindrical-coordinate representation of color #BD4579: hue angle of 334º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4579 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 121 -
CMYK 0 0.63 0.36 0.26
HSL 334º 0.48% 0.51% -
HSV(B) 334º 0.63% 0.74% -
XYZ 26.57 16.46 19.87 -
YUV 110.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 189 69 121 0 0.63 0.36 0.26 334 0.48 0.51
Hex BD 45 79 0 3F 24 1A 14E 30 33
Octal 275 105 171 0 77 44 32 516 60 63
Binary 10111101 1000101 1111001 0 111111 100100 11010 101001110 110000 110011

Color Harmonies of #BD4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4579

Black with #BD4579

Text Example


Text Example

White with #BD4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4579; }

 p { color: rgb(189,69,121); }

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

background-color css

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

 a { background-color: rgb(189,69,121); }

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

border-color css

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

 span { border-color: rgb(189,69,121); }

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