#B5288D

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

Shades of Medium Red Violet #B5288D

Tints of Medium Red Violet #B5288D

Color information

#B5288D (or 0xB5288D) is unknown color: approx Medium Red Violet. HEX triplet: B5, 28 and 8D. RGB value is (181,40,141). Sum of RGB (Red+Green+Blue) = 181+40+141=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5288D is #4AD772. Grayscale: #5D5D5D. Windows color (decimal): -4904819 or 9250997. OLE color: 9250997.

HSL color Cylindrical-coordinate representation of color #B5288D: hue angle of 317.02º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5288D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18140141-
CMYK00.780.220.29
HSL317.02º63.8%43.33%-
HSV(B)317.02º77.9%70.98%-
XYZ24.6213.2626.46-
YUV93.67154.71190.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 11.05%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=50%
G=11.05%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814014100.780.220.29317.0263.843.33
HexB5288D04E161D13d402b
Octal265502150116263547510053
Binary10110101101000100011010100111010110111011001111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5288D; }

 p { color: rgb(181,40,141); }

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

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

 a { background-color: rgb(181,40,141); }

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

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

 span { border-color: rgb(181,40,141); }

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