#B2418A

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

Shades of Medium Red Violet #B2418A

Tints of Medium Red Violet #B2418A

Color information

#B2418A (or 0xB2418A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 41 and 8A. RGB value is (178,65,138). Sum of RGB (Red+Green+Blue) = 178+65+138=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2418A is #4DBE75. Grayscale: #6A6A6A. Windows color (decimal): -5095030 or 9060786. OLE color: 9060786.

HSL color Cylindrical-coordinate representation of color #B2418A: hue angle of 321.24º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2418A is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17865138-
CMYK00.630.220.30
HSL321.24º46.5%47.65%-
HSV(B)321.24º63.48%69.8%-
XYZ24.8415.0825.65-
YUV107.11145.44178.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=46.72%
G=17.06%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786513800.630.220.30321.2446.547.65
HexB2418A03F161E1412f30
Octal26210121207726365015760
Binary1011001010000011000101001111111011011110101000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2418A; }

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

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

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

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

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

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

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

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