#B840A0

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

Shades of Medium Red Violet #B840A0

Tints of Medium Red Violet #B840A0

Color information

#B840A0 (or 0xB840A0) is unknown color: approx Medium Red Violet. HEX triplet: B8, 40 and A0. RGB value is (184,64,160). Sum of RGB (Red+Green+Blue) = 184+64+160=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B840A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B840A0 is #47BF5F. Grayscale: #6E6E6E. Windows color (decimal): -4702048 or 10502328. OLE color: 10502328.

HSL color Cylindrical-coordinate representation of color #B840A0: hue angle of 312º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B840A0 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18464160-
CMYK00.650.130.28
HSL312º48.39%48.63%-
HSV(B)312º65.22%72.16%-
XYZ27.9516.434.95-
YUV110.82155.76180.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 160 (62.89% from 255) = 39.22%
R=45.10%
G=15.69%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846416000.650.130.2831248.3948.63
HexB840A0041D1C1383031
Octal270100240010115344706061
Binary1011100010000001010000001000001110111100100111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840A0; }

 p { color: rgb(184,64,160); }

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

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

 a { background-color: rgb(184,64,160); }

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

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

 span { border-color: rgb(184,64,160); }

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