#B61394

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

Shades of Medium Violet Red #B61394

Tints of Medium Violet Red #B61394

Color information

#B61394 (or 0xB61394) is unknown color: approx Medium Violet Red. HEX triplet: B6, 13 and 94. RGB value is (182,19,148). Sum of RGB (Red+Green+Blue) = 182+19+148=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B61394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61394 is #49EC6B. Grayscale: #525252. Windows color (decimal): -4844652 or 9704374. OLE color: 9704374.

HSL color Cylindrical-coordinate representation of color #B61394: hue angle of 312.52º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61394 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18219148-
CMYK00.900.190.29
HSL312.52º81.09%39.41%-
HSV(B)312.52º89.56%71.37%-
XYZ24.8712.5529.13-
YUV82.44165199.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 19 (7.81% from 255) = 5.44%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=52.15%
G=5.44%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821914800.900.190.29312.5281.0939.41
HexB6139405A131D1395127
Octal266232240132233547112147
Binary1011011010011100101000101101010011111011001110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61394; }

 p { color: rgb(182,19,148); }

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

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

 a { background-color: rgb(182,19,148); }

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

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

 span { border-color: rgb(182,19,148); }

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