#B61D7E

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

Shades of Medium Violet Red #B61D7E

Tints of Medium Violet Red #B61D7E

Color information

#B61D7E (or 0xB61D7E) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1D and 7E. RGB value is (182,29,126). Sum of RGB (Red+Green+Blue) = 182+29+126=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61D7E is #49E281. Grayscale: #555555. Windows color (decimal): -4842114 or 8265142. OLE color: 8265142.

HSL color Cylindrical-coordinate representation of color #B61D7E: hue angle of 321.96º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D7E is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18229126-
CMYK00.840.310.29
HSL321.96º72.51%41.37%-
HSV(B)321.96º84.07%71.37%-
XYZ23.512.3320.88-
YUV85.8150.69196.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 29 (11.72% from 255) = 8.61%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=54.01%
G=8.61%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822912600.840.310.29321.9672.5141.37
HexB61D7E0541F1D1424929
Octal266351760124373550211151
Binary101101101110111111100101010011111111011010000101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D7E; }

 p { color: rgb(182,29,126); }

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

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

 a { background-color: rgb(182,29,126); }

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

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

 span { border-color: rgb(182,29,126); }

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