Html Css Color HEX #BD4477 Royal Heath

📋 copy color: '#BD4477'

red 189 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #BD4477

Tints of Royal Heath #BD4477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 50.27%
G = 18.09%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD4477 (or 0xBD4477) is known color: Royal Heath. HEX triplet: BD, 44 and 77. RGB value is (189,68,119). Sum of RGB (Red+Green+Blue) = 189+68+119=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4477 is #42BB88. Grayscale: #6D6D6D. Windows color (decimal): -4373385 or 7816381. OLE color: 7816381.

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

Color convert

RGB 189 68 119 -
CMYK 0 0.64 0.37 0.26
HSL 334.71º 0.48% 0.5% -
HSV(B) 334.71º 0.64% 0.74% -
XYZ 26.38 16.28 19.21 -
YUV 109.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 189 68 119 0 0.64 0.37 0.26 334.71 0.48 0.5
Hex BD 44 77 0 40 25 1A 14F 30 32
Octal 275 104 167 0 100 45 32 517 60 62
Binary 10111101 1000100 1110111 0 1000000 100101 11010 101001111 110000 110010

Color Harmonies of #BD4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4477

Black with #BD4477

Text Example


Text Example

White with #BD4477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4477; }

 p { color: rgb(189,68,119); }

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

background-color css

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

 a { background-color: rgb(189,68,119); }

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

border-color css

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

 span { border-color: rgb(189,68,119); }

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