#B61F9E

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

Shades of Medium Violet Red #B61F9E

Tints of Medium Violet Red #B61F9E

Color information

#B61F9E (or 0xB61F9E) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1F and 9E. RGB value is (182,31,158). Sum of RGB (Red+Green+Blue) = 182+31+158=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61F9E is #49E061. Grayscale: #5A5A5A. Windows color (decimal): -4841570 or 10362806. OLE color: 10362806.

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

Color convert

RGB18231158-
CMYK00.830.130.29
HSL309.54º70.89%41.76%-
HSV(B)309.54º82.97%71.37%-
XYZ25.9513.3933.57-
YUV90.63166.03193.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 31 (12.5% from 255) = 8.36%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=49.06%
G=8.36%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823115800.830.130.29309.5470.8941.76
HexB61F9E053D1D136472a
Octal266372360123153546610752
Binary101101101111110011110010100111101111011001101101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61F9E; }

 p { color: rgb(182,31,158); }

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

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

 a { background-color: rgb(182,31,158); }

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

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

 span { border-color: rgb(182,31,158); }

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