#B43198

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

Shades of Medium Red Violet #B43198

Tints of Medium Red Violet #B43198

Color information

#B43198 (or 0xB43198) is unknown color: approx Medium Red Violet. HEX triplet: B4, 31 and 98. RGB value is (180,49,152). Sum of RGB (Red+Green+Blue) = 180+49+152=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B43198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43198 is #4BCE67. Grayscale: #636363. Windows color (decimal): -4968040 or 9974196. OLE color: 9974196.

HSL color Cylindrical-coordinate representation of color #B43198: hue angle of 312.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43198 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18049152-
CMYK00.730.160.29
HSL312.82º57.21%44.9%-
HSV(B)312.82º72.78%70.59%-
XYZ25.5914.1731.09-
YUV99.91157.4185.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 49 (19.53% from 255) = 12.86%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=47.24%
G=12.86%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804915200.730.160.29312.8257.2144.9
HexB43198049101D139392d
Octal26461230011120354717155
Binary1011010011000110011000010010011000011101100111001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43198; }

 p { color: rgb(180,49,152); }

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

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

 a { background-color: rgb(180,49,152); }

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

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

 span { border-color: rgb(180,49,152); }

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