#B5226D

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

Shades of Medium Red Violet #B5226D

Tints of Medium Red Violet #B5226D

Color information

#B5226D (or 0xB5226D) is unknown color: approx Medium Red Violet. HEX triplet: B5, 22 and 6D. RGB value is (181,34,109). Sum of RGB (Red+Green+Blue) = 181+34+109=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5226D is #4ADD92. Grayscale: #565656. Windows color (decimal): -4906387 or 7152309. OLE color: 7152309.

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

Color convert

RGB18134109-
CMYK00.810.400.29
HSL329.39º68.37%42.16%-
HSV(B)329.39º81.22%70.98%-
XYZ22.3912.0715.62-
YUV86.5140.7195.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.86%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=55.86%
G=10.49%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813410900.810.400.29329.3968.3742.16
HexB5226D051281D149442a
Octal265421550121503551110452
Binary10110101100010110110101010001101000111011010010011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5226D; }

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

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

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

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

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

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

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

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