#B82E8B

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

Shades of Medium Red Violet #B82E8B

Tints of Medium Red Violet #B82E8B

Color information

#B82E8B (or 0xB82E8B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 2E and 8B. RGB value is (184,46,139). Sum of RGB (Red+Green+Blue) = 184+46+139=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82E8B is #47D174. Grayscale: #616161. Windows color (decimal): -4706677 or 9121464. OLE color: 9121464.

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

Color convert

RGB18446139-
CMYK00.750.240.28
HSL319.57º60%45.1%-
HSV(B)319.57º75%72.16%-
XYZ25.414.0125.79-
YUV97.86151.22189.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 46 (18.36% from 255) = 12.47%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=49.86%
G=12.47%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844613900.750.240.28319.576045.1
HexB82E8B04B181C1403c2d
Octal27056213011330345007455
Binary1011100010111010001011010010111100011100101000000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E8B; }

 p { color: rgb(184,46,139); }

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

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

 a { background-color: rgb(184,46,139); }

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

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

 span { border-color: rgb(184,46,139); }

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