#b83286

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

Shades of Medium Red Violet #B83286

Tints of Medium Red Violet #B83286

Color information

#B83286 (or 0xB83286) is unknown color: approx Medium Red Violet. HEX triplet: B8, 32 and 86. RGB value is (184,50,134). Sum of RGB (Red+Green+Blue) = 184+50+134=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B83286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83286 is #47CD79. Grayscale: #636363. Windows color (decimal): -4705658 or 8794808. OLE color: 8794808.

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

Color convert

RGB18450134-
CMYK00.730.270.28
HSL322.39º57.26%45.88%-
HSV(B)322.39º72.83%72.16%-
XYZ25.2114.1923.96-
YUV99.64147.39188.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 13.59%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=50%
G=13.59%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845013400.730.270.28322.3957.2645.88
HexB832860491B1C142392e
Octal27062206011133345027156
Binary1011100011001010000110010010011101111100101000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b83286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b83286; }

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

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

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

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

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

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

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

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