#B8428D

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

Shades of Medium Red Violet #B8428D

Tints of Medium Red Violet #B8428D

Color information

#B8428D (or 0xB8428D) is unknown color: approx Medium Red Violet. HEX triplet: B8, 42 and 8D. RGB value is (184,66,141). Sum of RGB (Red+Green+Blue) = 184+66+141=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8428D is #47BD72. Grayscale: #6D6D6D. Windows color (decimal): -4701555 or 9257656. OLE color: 9257656.

HSL color Cylindrical-coordinate representation of color #B8428D: hue angle of 321.86º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8428D is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18466141-
CMYK00.640.230.28
HSL321.86º47.2%49.02%-
HSV(B)321.86º64.13%72.16%-
XYZ26.5216.0126.89-
YUV109.83145.59180.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=47.06%
G=16.88%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846614100.640.230.28321.8647.249.02
HexB8428D040171C1422f31
Octal270102215010027345025761
Binary10111000100001010001101010000001011111100101000010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8428D; }

 p { color: rgb(184,66,141); }

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

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

 a { background-color: rgb(184,66,141); }

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

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

 span { border-color: rgb(184,66,141); }

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