#B5238A

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

Shades of Medium Red Violet #B5238A

Tints of Medium Red Violet #B5238A

Color information

#B5238A (or 0xB5238A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 23 and 8A. RGB value is (181,35,138). Sum of RGB (Red+Green+Blue) = 181+35+138=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5238A is #4ADC75. Grayscale: #5A5A5A. Windows color (decimal): -4906102 or 9053109. OLE color: 9053109.

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

Color convert

RGB18135138-
CMYK00.810.240.29
HSL317.67º67.59%42.35%-
HSV(B)317.67º80.66%70.98%-
XYZ24.2412.8625.25-
YUV90.4154.87192.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 35 (14.06% from 255) = 9.89%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=51.13%
G=9.89%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813513800.810.240.29317.6767.5942.35
HexB5238A051181D13e442a
Octal265432120121303547610452
Binary10110101100011100010100101000111000111011001111101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5238A; }

 p { color: rgb(181,35,138); }

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

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

 a { background-color: rgb(181,35,138); }

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

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

 span { border-color: rgb(181,35,138); }

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