#B5418A

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

Shades of Medium Red Violet #B5418A

Tints of Medium Red Violet #B5418A

Color information

#B5418A (or 0xB5418A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 41 and 8A. RGB value is (181,65,138). Sum of RGB (Red+Green+Blue) = 181+65+138=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5418A is #4ABE75. Grayscale: #6B6B6B. Windows color (decimal): -4898422 or 9060789. OLE color: 9060789.

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

Color convert

RGB18165138-
CMYK00.640.240.29
HSL322.24º47.15%48.24%-
HSV(B)322.24º64.09%70.98%-
XYZ25.5315.4425.68-
YUV108.01144.93180.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=47.14%
G=16.93%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816513800.640.240.29322.2447.1548.24
HexB5418A040181D1422f30
Octal265101212010030355025760
Binary10110101100000110001010010000001100011101101000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5418A; }

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

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

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

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

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

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

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

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