#B81D92

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

Shades of Medium Violet Red #B81D92

Tints of Medium Violet Red #B81D92

Color information

#B81D92 (or 0xB81D92) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1D and 92. RGB value is (184,29,146). Sum of RGB (Red+Green+Blue) = 184+29+146=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D92 is #47E26D. Grayscale: #585858. Windows color (decimal): -4711022 or 9575864. OLE color: 9575864.

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

Color convert

RGB18429146-
CMYK00.840.210.28
HSL314.71º72.77%41.76%-
HSV(B)314.71º84.24%72.16%-
XYZ25.3913.1428.39-
YUV88.68160.35195.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 29 (11.72% from 255) = 8.08%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=51.25%
G=8.08%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842914600.840.210.28314.7172.7741.76
HexB81D92054151C13b492a
Octal270352220124253447311152
Binary1011100011101100100100101010010101111001001110111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81D92; }

 p { color: rgb(184,29,146); }

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

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

 a { background-color: rgb(184,29,146); }

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

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

 span { border-color: rgb(184,29,146); }

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