#B61895

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

Shades of Medium Violet Red #B61895

Tints of Medium Violet Red #B61895

Color information

#B61895 (or 0xB61895) is unknown color: approx Medium Violet Red. HEX triplet: B6, 18 and 95. RGB value is (182,24,149). Sum of RGB (Red+Green+Blue) = 182+24+149=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B61895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61895 is #49E76A. Grayscale: #555555. Windows color (decimal): -4843371 or 9771190. OLE color: 9771190.

HSL color Cylindrical-coordinate representation of color #B61895: hue angle of 312.53º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61895 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18224149-
CMYK00.870.180.29
HSL312.53º76.7%40.39%-
HSV(B)312.53º86.81%71.37%-
XYZ25.0412.7729.58-
YUV85.49163.85196.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 24 (9.77% from 255) = 6.76%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=51.27%
G=6.76%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822414900.870.180.29312.5376.740.39
HexB61895057121D1394d28
Octal266302250127223547111550
Binary1011011011000100101010101011110010111011001110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61895; }

 p { color: rgb(182,24,149); }

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

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

 a { background-color: rgb(182,24,149); }

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

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

 span { border-color: rgb(182,24,149); }

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