#B83278

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

Shades of Medium Red Violet #B83278

Tints of Medium Red Violet #B83278

Color information

#B83278 (or 0xB83278) is unknown color: approx Medium Red Violet. HEX triplet: B8, 32 and 78. RGB value is (184,50,120). Sum of RGB (Red+Green+Blue) = 184+50+120=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B83278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83278 is #47CD87. Grayscale: #616161. Windows color (decimal): -4705672 or 7877304. OLE color: 7877304.

HSL color Cylindrical-coordinate representation of color #B83278: hue angle of 328.66º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83278 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB18450120-
CMYK00.730.350.28
HSL328.66º57.26%45.88%-
HSV(B)328.66º72.83%72.16%-
XYZ24.313.8319.16-
YUV98.05140.39189.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 50 (19.92% from 255) = 14.12%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=51.98%
G=14.12%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845012000.730.350.28328.6657.2645.88
HexB83278049231C149392e
Octal27062170011143345117156
Binary1011100011001011110000100100110001111100101001001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83278; }

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

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

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

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

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

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

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

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