#B03282

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

Shades of Medium Red Violet #B03282

Tints of Medium Red Violet #B03282

Color information

#B03282 (or 0xB03282) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 82. RGB value is (176,50,130). Sum of RGB (Red+Green+Blue) = 176+50+130=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B03282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03282 is #4FCD7D. Grayscale: #606060. Windows color (decimal): -5229950 or 8532656. OLE color: 8532656.

HSL color Cylindrical-coordinate representation of color #B03282: hue angle of 321.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03282 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17650130-
CMYK00.720.260.31
HSL321.9º55.75%44.31%-
HSV(B)321.9º71.59%69.02%-
XYZ23.0713.1222.44-
YUV96.79146.74184.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=49.44%
G=14.04%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765013000.720.260.31321.955.7544.31
HexB032820481A1F142382c
Octal26062202011032375027054
Binary1011000011001010000010010010001101011111101000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03282; }

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

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

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

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

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

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

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

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