#B81D93

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

Shades of Medium Violet Red #B81D93

Tints of Medium Violet Red #B81D93

Color information

#B81D93 (or 0xB81D93) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1D and 93. RGB value is (184,29,147). Sum of RGB (Red+Green+Blue) = 184+29+147=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D93 is #47E26C. Grayscale: #585858. Windows color (decimal): -4711021 or 9641400. OLE color: 9641400.

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

Color convert

RGB18429147-
CMYK00.840.200.28
HSL314.32º72.77%41.76%-
HSV(B)314.32º84.24%72.16%-
XYZ25.4713.1828.8-
YUV88.8160.85195.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 29 (11.72% from 255) = 8.06%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=51.11%
G=8.06%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842914700.840.200.28314.3272.7741.76
HexB81D93054141C13a492a
Octal270352230124243447211152
Binary1011100011101100100110101010010100111001001110101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81D93; }

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

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

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

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

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

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

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

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