#B83381

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

Shades of Medium Red Violet #B83381

Tints of Medium Red Violet #B83381

Color information

#B83381 (or 0xB83381) is unknown color: approx Medium Red Violet. HEX triplet: B8, 33 and 81. RGB value is (184,51,129). Sum of RGB (Red+Green+Blue) = 184+51+129=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B83381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83381 is #47CC7E. Grayscale: #636363. Windows color (decimal): -4705407 or 8467384. OLE color: 8467384.

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

Color convert

RGB18451129-
CMYK00.720.300.28
HSL324.81º56.6%46.08%-
HSV(B)324.81º72.28%72.16%-
XYZ24.9114.1422.19-
YUV99.66144.56188.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=50.55%
G=14.01%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845112900.720.300.28324.8156.646.08
HexB833810481E1C145392e
Octal27063201011036345057156
Binary1011100011001110000001010010001111011100101000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83381; }

 p { color: rgb(184,51,129); }

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

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

 a { background-color: rgb(184,51,129); }

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

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

 span { border-color: rgb(184,51,129); }

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