#B83C7C

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

Shades of Medium Red Violet #B83C7C

Tints of Medium Red Violet #B83C7C

Color information

#B83C7C (or 0xB83C7C) is unknown color: approx Medium Red Violet. HEX triplet: B8, 3C and 7C. RGB value is (184,60,124). Sum of RGB (Red+Green+Blue) = 184+60+124=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C7C is #47C383. Grayscale: #686868. Windows color (decimal): -4703108 or 8142008. OLE color: 8142008.

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

Color convert

RGB18460124-
CMYK00.670.330.28
HSL329.03º50.82%47.84%-
HSV(B)329.03º67.39%72.16%-
XYZ25.0214.8820.62-
YUV104.37139.08184.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 16.30%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=50%
G=16.30%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846012400.670.330.28329.0350.8247.84
HexB83C7C043211C1493330
Octal27074174010341345116360
Binary1011100011110011111000100001110000111100101001001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C7C; }

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

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

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

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

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

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

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

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