Html Css Color HEX #BD4879 Royal Heath

📋 copy color: '#BD4879'

red 189 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #BD4879

Tints of Royal Heath #BD4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

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

R = 49.48%
G = 18.85%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD4879 (or 0xBD4879) is known color: Royal Heath. HEX triplet: BD, 48 and 79. RGB value is (189,72,121). Sum of RGB (Red+Green+Blue) = 189+72+121=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4879 is #42B786. Grayscale: #707070. Windows color (decimal): -4372359 or 7948477. OLE color: 7948477.

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

Color convert

RGB 189 72 121 -
CMYK 0 0.62 0.36 0.26
HSL 334.87º 0.47% 0.51% -
HSV(B) 334.87º 0.62% 0.74% -
XYZ 26.75 16.83 19.93 -
YUV 112.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 189 72 121 0 0.62 0.36 0.26 334.87 0.47 0.51
Hex BD 48 79 0 3E 24 1A 14F 2F 33
Octal 275 110 171 0 76 44 32 517 57 63
Binary 10111101 1001000 1111001 0 111110 100100 11010 101001111 101111 110011

Color Harmonies of #BD4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4879

Black with #BD4879

Text Example


Text Example

White with #BD4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4879; }

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

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

background-color css

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

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

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

border-color css

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

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

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