#B8428A

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

Shades of Medium Red Violet #B8428A

Tints of Medium Red Violet #B8428A

Color information

#B8428A (or 0xB8428A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 42 and 8A. RGB value is (184,66,138). Sum of RGB (Red+Green+Blue) = 184+66+138=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8428A is #47BD75. Grayscale: #6D6D6D. Windows color (decimal): -4701558 or 9061048. OLE color: 9061048.

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

Color convert

RGB18466138-
CMYK00.640.250.28
HSL323.39º47.2%49.02%-
HSV(B)323.39º64.13%72.16%-
XYZ26.315.9225.73-
YUV109.49144.09181.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=47.42%
G=17.01%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846613800.640.250.28323.3947.249.02
HexB8428A040191C1432f31
Octal270102212010031345035761
Binary10111000100001010001010010000001100111100101000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8428A; }

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

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

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

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

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

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

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

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