Html Css Color HEX #BD0479 Medium Violet Red

📋 copy color: '#BD0479'

red 189 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #BD0479

Tints of Medium Violet Red #BD0479

RGB

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

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

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

R = 60.19%
G = 1.27%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD0479 (or 0xBD0479) is known color: Medium Violet Red. HEX triplet: BD, 04 and 79. RGB value is (189,4,121). Sum of RGB (Red+Green+Blue) = 189+4+121=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0479 is #42FB86. Grayscale: #484848. Windows color (decimal): -4389767 or 7931069. OLE color: 7931069.

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

Color convert

RGB 189 4 121 -
CMYK 0 0.98 0.36 0.26
HSL 322.05º 0.96% 0.38% -
HSV(B) 322.05º 0.98% 0.74% -
XYZ 24.48 12.29 19.17 -
YUV 72.65 155.29 210.99 -
System Red Green Blue C M Y K H S L
Decimal 189 4 121 0 0.98 0.36 0.26 322.05 0.96 0.38
Hex BD 4 79 0 62 24 1A 142 60 26
Octal 275 4 171 0 142 44 32 502 140 46
Binary 10111101 100 1111001 0 1100010 100100 11010 101000010 1100000 100110

Color Harmonies of #BD0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0479

Black with #BD0479

Text Example


Text Example

White with #BD0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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