#B03882

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

Shades of Medium Red Violet #B03882

Tints of Medium Red Violet #B03882

Color information

#B03882 (or 0xB03882) is unknown color: approx Medium Red Violet. HEX triplet: B0, 38 and 82. RGB value is (176,56,130). Sum of RGB (Red+Green+Blue) = 176+56+130=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B03882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03882 is #4FC77D. Grayscale: #646464. Windows color (decimal): -5228414 or 8534192. OLE color: 8534192.

HSL color Cylindrical-coordinate representation of color #B03882: hue angle of 323º 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 #B03882 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17656130-
CMYK00.680.260.31
HSL323º51.72%45.49%-
HSV(B)323º68.18%69.02%-
XYZ23.3513.6722.53-
YUV100.32144.76181.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 56 (22.27% from 255) = 15.47%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=48.62%
G=15.47%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765613000.680.260.3132351.7245.49
HexB038820441A1F143342d
Octal26070202010432375036455
Binary1011000011100010000010010001001101011111101000011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03882; }

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

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

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

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

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

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

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

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