#BD0379

Color #BD0379 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BD0379

Tints of Medium Violet Red #BD0379

Color information

#BD0379 (or 0xBD0379) is unknown color: approx Medium Violet Red. HEX triplet: BD, 03 and 79. RGB value is (189,3,121). Sum of RGB (Red+Green+Blue) = 189+3+121=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0379 is #42FC86. Grayscale: #474747. Windows color (decimal): -4390023 or 7930813. OLE color: 7930813.

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

Color convert

RGB1893121-
CMYK00.980.360.26
HSL321.94º96.88%37.65%-
HSV(B)321.94º98.41%74.12%-
XYZ24.4712.2619.17-
YUV72.07155.62211.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=60.38%
G=0.96%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189312100.980.360.26321.9496.8837.65
HexBD379062241A1426126
Octal27531710142443250214146
Binary1011110111111100101100010100100110101010000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0379; }

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

 H1.HeaderClassName
 {
   color: #BD0379;
 }
 .AnyTagClassName
 {
   color: #BD0379;
 }
</style>
background-color css

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

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

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

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

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

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