Html Css Color HEX #BD0477 Medium Violet Red

📋 copy color: '#BD0477'

red 189 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #BD0477

Tints of Medium Violet Red #BD0477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 60.58%
G = 1.28%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD0477 (or 0xBD0477) is known color: Medium Violet Red. HEX triplet: BD, 04 and 77. RGB value is (189,4,119). Sum of RGB (Red+Green+Blue) = 189+4+119=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0477 is #42FB88. Grayscale: #484848. Windows color (decimal): -4389769 or 7799997. OLE color: 7799997.

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

Color convert

RGB 189 4 119 -
CMYK 0 0.98 0.37 0.26
HSL 322.7º 0.96% 0.38% -
HSV(B) 322.7º 0.98% 0.74% -
XYZ 24.36 12.24 18.53 -
YUV 72.43 154.29 211.15 -
System Red Green Blue C M Y K H S L
Decimal 189 4 119 0 0.98 0.37 0.26 322.7 0.96 0.38
Hex BD 4 77 0 62 25 1A 143 60 26
Octal 275 4 167 0 142 45 32 503 140 46
Binary 10111101 100 1110111 0 1100010 100101 11010 101000011 1100000 100110

Color Harmonies of #BD0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0477

Black with #BD0477

Text Example


Text Example

White with #BD0477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0477; }

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

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

background-color css

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

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

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

border-color css

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

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

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