Html Css Color HEX #BD4978 Royal Heath

📋 copy color: '#BD4978'

red 189 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #BD4978

Tints of Royal Heath #BD4978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 49.48%
G = 19.11%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD4978 (or 0xBD4978) is known color: Royal Heath. HEX triplet: BD, 49 and 78. RGB value is (189,73,120). Sum of RGB (Red+Green+Blue) = 189+73+120=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4978 is #42B687. Grayscale: #707070. Windows color (decimal): -4372104 or 7883197. OLE color: 7883197.

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

Color convert

RGB 189 73 120 -
CMYK 0 0.61 0.37 0.26
HSL 335.69º 0.47% 0.51% -
HSV(B) 335.69º 0.61% 0.74% -
XYZ 26.76 16.94 19.63 -
YUV 113.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 189 73 120 0 0.61 0.37 0.26 335.69 0.47 0.51
Hex BD 49 78 0 3D 25 1A 150 2F 33
Octal 275 111 170 0 75 45 32 520 57 63
Binary 10111101 1001001 1111000 0 111101 100101 11010 101010000 101111 110011

Color Harmonies of #BD4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4978

Black with #BD4978

Text Example


Text Example

White with #BD4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4978; }

 p { color: rgb(189,73,120); }

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

background-color css

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

 a { background-color: rgb(189,73,120); }

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

border-color css

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

 span { border-color: rgb(189,73,120); }

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