#B82B98

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

Shades of Medium Red Violet #B82B98

Tints of Medium Red Violet #B82B98

Color information

#B82B98 (or 0xB82B98) is unknown color: approx Medium Red Violet. HEX triplet: B8, 2B and 98. RGB value is (184,43,152). Sum of RGB (Red+Green+Blue) = 184+43+152=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82B98 is #47D467. Grayscale: #616161. Windows color (decimal): -4707432 or 9972664. OLE color: 9972664.

HSL color Cylindrical-coordinate representation of color #B82B98: hue angle of 313.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82B98 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18443152-
CMYK00.770.170.28
HSL313.62º62.11%44.51%-
HSV(B)313.62º76.63%72.16%-
XYZ26.314.1931.06-
YUV97.58158.71189.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 43 (17.19% from 255) = 11.35%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=48.55%
G=11.35%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844315200.770.170.28313.6262.1144.51
HexB82B9804D111C13a3e2d
Octal27053230011521344727655
Binary1011100010101110011000010011011000111100100111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B98; }

 p { color: rgb(184,43,152); }

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

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

 a { background-color: rgb(184,43,152); }

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

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

 span { border-color: rgb(184,43,152); }

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