#B83378

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

Shades of Medium Red Violet #B83378

Tints of Medium Red Violet #B83378

Color information

#B83378 (or 0xB83378) is unknown color: approx Medium Red Violet. HEX triplet: B8, 33 and 78. RGB value is (184,51,120). Sum of RGB (Red+Green+Blue) = 184+51+120=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B83378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83378 is #47CC87. Grayscale: #626262. Windows color (decimal): -4705416 or 7877560. OLE color: 7877560.

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

Color convert

RGB18451120-
CMYK00.720.350.28
HSL328.87º56.6%46.08%-
HSV(B)328.87º72.28%72.16%-
XYZ24.3413.9119.17-
YUV98.63140.06188.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=51.83%
G=14.37%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845112000.720.350.28328.8756.646.08
HexB83378048231C149392e
Octal27063170011043345117156
Binary1011100011001111110000100100010001111100101001001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83378; }

 p { color: rgb(184,51,120); }

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

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

 a { background-color: rgb(184,51,120); }

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

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

 span { border-color: rgb(184,51,120); }

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