#B8428B

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

Shades of Medium Red Violet #B8428B

Tints of Medium Red Violet #B8428B

Color information

#B8428B (or 0xB8428B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 42 and 8B. RGB value is (184,66,139). Sum of RGB (Red+Green+Blue) = 184+66+139=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8428B is #47BD74. Grayscale: #6D6D6D. Windows color (decimal): -4701557 or 9126584. OLE color: 9126584.

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

Color convert

RGB18466139-
CMYK00.640.240.28
HSL322.88º47.2%49.02%-
HSV(B)322.88º64.13%72.16%-
XYZ26.3815.9526.11-
YUV109.6144.59181.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=47.30%
G=16.97%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846613900.640.240.28322.8847.249.02
HexB8428B040181C1432f31
Octal270102213010030345035761
Binary10111000100001010001011010000001100011100101000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8428B; }

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

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

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

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

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

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

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

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