#B83386

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

Shades of Medium Red Violet #B83386

Tints of Medium Red Violet #B83386

Color information

#B83386 (or 0xB83386) is unknown color: approx Medium Red Violet. HEX triplet: B8, 33 and 86. RGB value is (184,51,134). Sum of RGB (Red+Green+Blue) = 184+51+134=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B83386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83386 is #47CC79. Grayscale: #646464. Windows color (decimal): -4705402 or 8795064. OLE color: 8795064.

HSL color Cylindrical-coordinate representation of color #B83386: hue angle of 322.56º 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 #B83386 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18451134-
CMYK00.720.270.28
HSL322.56º56.6%46.08%-
HSV(B)322.56º72.28%72.16%-
XYZ25.2514.2823.98-
YUV100.23147.06187.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=49.86%
G=13.82%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845113400.720.270.28322.5656.646.08
HexB833860481B1C143392e
Octal27063206011033345037156
Binary1011100011001110000110010010001101111100101000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83386; }

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

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

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

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

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

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

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

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