#B03881

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

Shades of Medium Red Violet #B03881

Tints of Medium Red Violet #B03881

Color information

#B03881 (or 0xB03881) is unknown color: approx Medium Red Violet. HEX triplet: B0, 38 and 81. RGB value is (176,56,129). Sum of RGB (Red+Green+Blue) = 176+56+129=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B03881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03881 is #4FC77E. Grayscale: #646464. Windows color (decimal): -5228415 or 8468656. OLE color: 8468656.

HSL color Cylindrical-coordinate representation of color #B03881: hue angle of 323.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03881 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17656129-
CMYK00.680.270.31
HSL323.5º51.72%45.49%-
HSV(B)323.5º68.18%69.02%-
XYZ23.2813.6422.18-
YUV100.2144.26182.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=48.75%
G=15.51%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765612900.680.270.31323.551.7245.49
HexB038810441B1F144342d
Octal26070201010433375046455
Binary1011000011100010000001010001001101111111101000100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03881; }

 p { color: rgb(176,56,129); }

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

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

 a { background-color: rgb(176,56,129); }

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

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

 span { border-color: rgb(176,56,129); }

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