#B834A0

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

Shades of Medium Red Violet #B834A0

Tints of Medium Red Violet #B834A0

Color information

#B834A0 (or 0xB834A0) is unknown color: approx Medium Red Violet. HEX triplet: B8, 34 and A0. RGB value is (184,52,160). Sum of RGB (Red+Green+Blue) = 184+52+160=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B834A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B834A0 is #47CB5F. Grayscale: #676767. Windows color (decimal): -4705120 or 10499256. OLE color: 10499256.

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

Color convert

RGB18452160-
CMYK00.720.130.28
HSL310.91º55.93%46.27%-
HSV(B)310.91º71.74%72.16%-
XYZ27.3415.1834.75-
YUV103.78159.73185.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 52 (20.70% from 255) = 13.13%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=46.46%
G=13.13%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845216000.720.130.28310.9155.9346.27
HexB834A0048D1C137382e
Octal27064240011015344677056
Binary101110001101001010000001001000110111100100110111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B834A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B834A0; }

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

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

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

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

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

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

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

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