#B3138A

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

Shades of Medium Violet Red #B3138A

Tints of Medium Violet Red #B3138A

Color information

#B3138A (or 0xB3138A) is unknown color: approx Medium Violet Red. HEX triplet: B3, 13 and 8A. RGB value is (179,19,138). Sum of RGB (Red+Green+Blue) = 179+19+138=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B3138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3138A is #4CEC75. Grayscale: #505050. Windows color (decimal): -5041270 or 9049011. OLE color: 9049011.

HSL color Cylindrical-coordinate representation of color #B3138A: hue angle of 315.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3138A is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB17919138-
CMYK00.890.230.30
HSL315.38º80.81%38.82%-
HSV(B)315.38º89.39%70.2%-
XYZ23.4111.8825.1-
YUV80.41160.51198.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 19 (7.81% from 255) = 5.65%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=53.27%
G=5.65%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791913800.890.230.30315.3880.8138.82
HexB3138A059171E13b5127
Octal263232120131273647312147
Binary1011001110011100010100101100110111111101001110111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3138A; }

 p { color: rgb(179,19,138); }

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

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

 a { background-color: rgb(179,19,138); }

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

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

 span { border-color: rgb(179,19,138); }

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