#B8158A

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

Shades of Medium Violet Red #B8158A

Tints of Medium Violet Red #B8158A

Color information

#B8158A (or 0xB8158A) is unknown color: approx Medium Violet Red. HEX triplet: B8, 15 and 8A. RGB value is (184,21,138). Sum of RGB (Red+Green+Blue) = 184+21+138=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8158A is #47EA75. Grayscale: #525252. Windows color (decimal): -4713078 or 9049528. OLE color: 9049528.

HSL color Cylindrical-coordinate representation of color #B8158A: hue angle of 316.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8158A is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18421138-
CMYK00.890.250.28
HSL316.93º79.51%40.2%-
HSV(B)316.93º88.59%72.16%-
XYZ24.6212.5625.17-
YUV83.08159199.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.64%
GREEN value IS 21 (8.59% from 255) = 6.12%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=53.64%
G=6.12%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842113800.890.250.28316.9379.5140.2
HexB8158A059191C13d5028
Octal270252120131313447512050
Binary1011100010101100010100101100111001111001001111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8158A; }

 p { color: rgb(184,21,138); }

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

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

 a { background-color: rgb(184,21,138); }

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

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

 span { border-color: rgb(184,21,138); }

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