#B82370

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

Shades of Medium Red Violet #B82370

Tints of Medium Red Violet #B82370

Color information

#B82370 (or 0xB82370) is unknown color: approx Medium Red Violet. HEX triplet: B8, 23 and 70. RGB value is (184,35,112). Sum of RGB (Red+Green+Blue) = 184+35+112=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B82370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82370 is #47DC8F. Grayscale: #585858. Windows color (decimal): -4709520 or 7349176. OLE color: 7349176.

HSL color Cylindrical-coordinate representation of color #B82370: hue angle of 328.99º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82370 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18435112-
CMYK00.810.390.28
HSL328.99º68.04%42.94%-
HSV(B)328.99º80.98%72.16%-
XYZ23.2912.5616.53-
YUV88.33141.36196.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 35 (14.06% from 255) = 10.57%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=55.59%
G=10.57%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843511200.810.390.28328.9968.0442.94
HexB82370051271C149442b
Octal270431600121473451110453
Binary10111000100011111000001010001100111111001010010011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82370; }

 p { color: rgb(184,35,112); }

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

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

 a { background-color: rgb(184,35,112); }

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

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

 span { border-color: rgb(184,35,112); }

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