#B61E9F

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

Shades of Medium Violet Red #B61E9F

Tints of Medium Violet Red #B61E9F

Color information

#B61E9F (or 0xB61E9F) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1E and 9F. RGB value is (182,30,159). Sum of RGB (Red+Green+Blue) = 182+30+159=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61E9F is #49E160. Grayscale: #595959. Windows color (decimal): -4841825 or 10428086. OLE color: 10428086.

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

Color convert

RGB18230159-
CMYK00.840.130.29
HSL309.08º71.7%41.57%-
HSV(B)309.08º83.52%71.37%-
XYZ26.0113.3834.01-
YUV90.15166.86193.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=49.06%
G=8.09%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823015900.840.130.29309.0871.741.57
HexB61E9F054D1D135482a
Octal266362370124153546511052
Binary101101101111010011111010101001101111011001101011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E9F; }

 p { color: rgb(182,30,159); }

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

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

 a { background-color: rgb(182,30,159); }

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

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

 span { border-color: rgb(182,30,159); }

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