#B52098

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

Shades of Medium Violet Red #B52098

Tints of Medium Violet Red #B52098

Color information

#B52098 (or 0xB52098) is unknown color: approx Medium Violet Red. HEX triplet: B5, 20 and 98. RGB value is (181,32,152). Sum of RGB (Red+Green+Blue) = 181+32+152=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B52098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52098 is #4ADF67. Grayscale: #595959. Windows color (decimal): -4906856 or 9969845. OLE color: 9969845.

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

Color convert

RGB18132152-
CMYK00.820.160.29
HSL311.68º69.95%41.76%-
HSV(B)311.68º82.32%70.98%-
XYZ25.2413.1230.91-
YUV90.23162.86192.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 32 (12.89% from 255) = 8.77%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=49.59%
G=8.77%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813215200.820.160.29311.6869.9541.76
HexB52098052101D138462a
Octal265402300122203547010652
Binary10110101100000100110000101001010000111011001110001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52098; }

 p { color: rgb(181,32,152); }

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

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

 a { background-color: rgb(181,32,152); }

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

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

 span { border-color: rgb(181,32,152); }

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