#B5226F

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

Shades of Medium Red Violet #B5226F

Tints of Medium Red Violet #B5226F

Color information

#B5226F (or 0xB5226F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 22 and 6F. RGB value is (181,34,111). Sum of RGB (Red+Green+Blue) = 181+34+111=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5226F is #4ADD90. Grayscale: #565656. Windows color (decimal): -4906385 or 7283381. OLE color: 7283381.

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

Color convert

RGB18134111-
CMYK00.810.390.29
HSL328.57º68.37%42.16%-
HSV(B)328.57º81.22%70.98%-
XYZ22.512.1216.19-
YUV86.73141.7195.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 34 (13.67% from 255) = 10.43%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=55.52%
G=10.43%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813411100.810.390.29328.5768.3742.16
HexB5226F051271D149442a
Octal265421570121473551110452
Binary10110101100010110111101010001100111111011010010011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5226F; }

 p { color: rgb(181,34,111); }

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

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

 a { background-color: rgb(181,34,111); }

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

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

 span { border-color: rgb(181,34,111); }

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