#B8147D

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

Shades of Medium Violet Red #B8147D

Tints of Medium Violet Red #B8147D

Color information

#B8147D (or 0xB8147D) is unknown color: approx Medium Violet Red. HEX triplet: B8, 14 and 7D. RGB value is (184,20,125). Sum of RGB (Red+Green+Blue) = 184+20+125=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8147D is #47EB82. Grayscale: #505050. Windows color (decimal): -4713347 or 8197304. OLE color: 8197304.

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

Color convert

RGB18420125-
CMYK00.890.320.28
HSL321.59º80.39%40%-
HSV(B)321.59º89.13%72.16%-
XYZ23.7212.1720.5-
YUV81.01152.83201.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.93%
GREEN value IS 20 (8.20% from 255) = 6.08%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=55.93%
G=6.08%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842012500.890.320.28321.5980.3940
HexB8147D059201C1425028
Octal270241750131403450212050
Binary1011100010100111110101011001100000111001010000101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8147D; }

 p { color: rgb(184,20,125); }

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

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

 a { background-color: rgb(184,20,125); }

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

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

 span { border-color: rgb(184,20,125); }

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