#B1038A

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

Shades of Medium Violet Red #B1038A

Tints of Medium Violet Red #B1038A

Color information

#B1038A (or 0xB1038A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 03 and 8A. RGB value is (177,3,138). Sum of RGB (Red+Green+Blue) = 177+3+138=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1038A is #4EFC75. Grayscale: #464646. Windows color (decimal): -5176438 or 9044913. OLE color: 9044913.

HSL color Cylindrical-coordinate representation of color #B1038A: hue angle of 313.45º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1038A is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB1773138-
CMYK00.980.220.31
HSL313.45º96.67%35.29%-
HSV(B)313.45º98.31%69.41%-
XYZ22.7511.2525.02-
YUV70.42166.15204.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=55.66%
G=0.94%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177313800.980.220.31313.4596.6735.29
HexB138A062161F1396123
Octal26132120142263747114143
Binary1011000111100010100110001010110111111001110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1038A; }

 p { color: rgb(177,3,138); }

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

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

 a { background-color: rgb(177,3,138); }

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

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

 span { border-color: rgb(177,3,138); }

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