#B03481

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

Shades of Medium Red Violet #B03481

Tints of Medium Red Violet #B03481

Color information

#B03481 (or 0xB03481) is unknown color: approx Medium Red Violet. HEX triplet: B0, 34 and 81. RGB value is (176,52,129). Sum of RGB (Red+Green+Blue) = 176+52+129=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B03481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03481 is #4FCB7E. Grayscale: #616161. Windows color (decimal): -5229439 or 8467632. OLE color: 8467632.

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

Color convert

RGB17652129-
CMYK00.700.270.31
HSL322.74º54.39%44.71%-
HSV(B)322.74º70.45%69.02%-
XYZ23.0913.2722.11-
YUV97.85145.58183.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=49.30%
G=14.57%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765212900.700.270.31322.7454.3944.71
HexB034810461B1F143362d
Octal26064201010633375036655
Binary1011000011010010000001010001101101111111101000011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03481; }

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

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

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

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

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

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

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

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