#B815A8

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

Shades of Medium Violet Red #B815A8

Tints of Medium Violet Red #B815A8

Color information

#B815A8 (or 0xB815A8) is unknown color: approx Medium Violet Red. HEX triplet: B8, 15 and A8. RGB value is (184,21,168). Sum of RGB (Red+Green+Blue) = 184+21+168=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B815A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B815A8 is #47EA57. Grayscale: #565656. Windows color (decimal): -4713048 or 11015608. OLE color: 11015608.

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

Color convert

RGB18421168-
CMYK00.890.090.28
HSL305.89º79.51%40.2%-
HSV(B)305.89º88.59%72.16%-
XYZ27.113.5538.23-
YUV86.5174197.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 21 (8.59% from 255) = 5.63%
BLUE value IS 168 (66.02% from 255) = 45.04%
R=49.33%
G=5.63%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842116800.890.090.28305.8979.5140.2
HexB815A805991C1325028
Octal270252500131113446212050
Binary101110001010110101000010110011001111001001100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B815A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B815A8; }

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

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

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

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

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

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

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

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