#B83280

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

Shades of Medium Red Violet #B83280

Tints of Medium Red Violet #B83280

Color information

#B83280 (or 0xB83280) is unknown color: approx Medium Red Violet. HEX triplet: B8, 32 and 80. RGB value is (184,50,128). Sum of RGB (Red+Green+Blue) = 184+50+128=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B83280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83280 is #47CD7F. Grayscale: #626262. Windows color (decimal): -4705664 or 8401592. OLE color: 8401592.

HSL color Cylindrical-coordinate representation of color #B83280: hue angle of 325.07º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83280 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18450128-
CMYK00.730.300.28
HSL325.07º57.26%45.88%-
HSV(B)325.07º72.83%72.16%-
XYZ24.814.0321.82-
YUV98.96144.39188.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 50 (19.92% from 255) = 13.81%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=50.83%
G=13.81%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845012800.730.300.28325.0757.2645.88
HexB832800491E1C145392e
Octal27062200011136345057156
Binary1011100011001010000000010010011111011100101000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83280; }

 p { color: rgb(184,50,128); }

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

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

 a { background-color: rgb(184,50,128); }

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

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

 span { border-color: rgb(184,50,128); }

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