#B83CA0

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

Shades of Medium Red Violet #B83CA0

Tints of Medium Red Violet #B83CA0

Color information

#B83CA0 (or 0xB83CA0) is unknown color: approx Medium Red Violet. HEX triplet: B8, 3C and A0. RGB value is (184,60,160). Sum of RGB (Red+Green+Blue) = 184+60+160=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B83CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83CA0 is #47C35F. Grayscale: #6C6C6C. Windows color (decimal): -4703072 or 10501304. OLE color: 10501304.

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

Color convert

RGB18460160-
CMYK00.670.130.28
HSL311.61º50.82%47.84%-
HSV(B)311.61º67.39%72.16%-
XYZ27.7315.9634.88-
YUV108.48157.08181.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 60 (23.83% from 255) = 14.85%
BLUE value IS 160 (62.89% from 255) = 39.60%
R=45.54%
G=14.85%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846016000.670.130.28311.6150.8247.84
HexB83CA0043D1C1383330
Octal27074240010315344706360
Binary101110001111001010000001000011110111100100111000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83CA0; }

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

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

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

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

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

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

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

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