#B82B6E

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

Shades of Medium Red Violet #B82B6E

Tints of Medium Red Violet #B82B6E

Color information

#B82B6E (or 0xB82B6E) is unknown color: approx Medium Red Violet. HEX triplet: B8, 2B and 6E. RGB value is (184,43,110). Sum of RGB (Red+Green+Blue) = 184+43+110=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B6E is #47D491. Grayscale: #5C5C5C. Windows color (decimal): -4707474 or 7220152. OLE color: 7220152.

HSL color Cylindrical-coordinate representation of color #B82B6E: hue angle of 331.49º 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 #B82B6E is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18443110-
CMYK00.770.400.28
HSL331.49º62.11%44.51%-
HSV(B)331.49º76.63%72.16%-
XYZ23.4513.0416.03-
YUV92.8137.71193.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 43 (17.19% from 255) = 12.76%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=54.60%
G=12.76%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844311000.770.400.28331.4962.1144.51
HexB82B6E04D281C14b3e2d
Octal27053156011550345137655
Binary1011100010101111011100100110110100011100101001011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B6E; }

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

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

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

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

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

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

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

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