#B831A2

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

Shades of Medium Red Violet #B831A2

Tints of Medium Red Violet #B831A2

Color information

#B831A2 (or 0xB831A2) is unknown color: approx Medium Red Violet. HEX triplet: B8, 31 and A2. RGB value is (184,49,162). Sum of RGB (Red+Green+Blue) = 184+49+162=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B831A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B831A2 is #47CE5D. Grayscale: #656565. Windows color (decimal): -4705886 or 10629560. OLE color: 10629560.

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

Color convert

RGB18449162-
CMYK00.730.120.28
HSL309.78º57.94%45.69%-
HSV(B)309.78º73.37%72.16%-
XYZ27.391535.63-
YUV102.25161.73186.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 49 (19.53% from 255) = 12.41%
BLUE value IS 162 (63.67% from 255) = 41.01%
R=46.58%
G=12.41%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844916200.730.120.28309.7857.9445.69
HexB831A2049C1C1363a2e
Octal27061242011114344667256
Binary101110001100011010001001001001110011100100110110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B831A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B831A2; }

 p { color: rgb(184,49,162); }

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

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

 a { background-color: rgb(184,49,162); }

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

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

 span { border-color: rgb(184,49,162); }

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