#b61892

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

Shades of Medium Violet Red #B61892

Tints of Medium Violet Red #B61892

Color information

#B61892 (or 0xB61892) is unknown color: approx Medium Violet Red. HEX triplet: B6, 18 and 92. RGB value is (182,24,146). Sum of RGB (Red+Green+Blue) = 182+24+146=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B61892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61892 is #49E76D. Grayscale: #545454. Windows color (decimal): -4843374 or 9574582. OLE color: 9574582.

HSL color Cylindrical-coordinate representation of color #B61892: hue angle of 313.67º 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 #B61892 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB18224146-
CMYK00.870.200.29
HSL313.67º76.7%40.39%-
HSV(B)313.67º86.81%71.37%-
XYZ24.8112.6728.33-
YUV85.15162.35197.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 24 (9.77% from 255) = 6.82%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=51.70%
G=6.82%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822414600.870.200.29313.6776.740.39
HexB61892057141D13a4d28
Octal266302220127243547211550
Binary1011011011000100100100101011110100111011001110101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61892; }

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

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

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

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

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

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

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

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