Html Css Color HEX #BD4578 Royal Heath

📋 copy color: '#BD4578'

red 189 ◦ green 69 ◦ blue 120

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

Shades of Royal Heath #BD4578

Tints of Royal Heath #BD4578

RGB

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

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

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

R = 50%
G = 18.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD4578 (or 0xBD4578) is known color: Royal Heath. HEX triplet: BD, 45 and 78. RGB value is (189,69,120). Sum of RGB (Red+Green+Blue) = 189+69+120=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4578 is #42BA87. Grayscale: #6E6E6E. Windows color (decimal): -4373128 or 7882173. OLE color: 7882173.

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

Color convert

RGB 189 69 120 -
CMYK 0 0.63 0.37 0.26
HSL 334.5º 0.48% 0.51% -
HSV(B) 334.5º 0.63% 0.74% -
XYZ 26.5 16.43 19.54 -
YUV 110.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 189 69 120 0 0.63 0.37 0.26 334.5 0.48 0.51
Hex BD 45 78 0 3F 25 1A 14E 30 33
Octal 275 105 170 0 77 45 32 516 60 63
Binary 10111101 1000101 1111000 0 111111 100101 11010 101001110 110000 110011

Color Harmonies of #BD4578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4578

Black with #BD4578

Text Example


Text Example

White with #BD4578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4578; }

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

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

background-color css

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

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

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

border-color css

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

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

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