#b7428a

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

Shades of Medium Red Violet #B7428A

Tints of Medium Red Violet #B7428A

Color information

#B7428A (or 0xB7428A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 42 and 8A. RGB value is (183,66,138). Sum of RGB (Red+Green+Blue) = 183+66+138=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7428A is #48BD75. Grayscale: #6D6D6D. Windows color (decimal): -4767094 or 9061047. OLE color: 9061047.

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

Color convert

RGB18366138-
CMYK00.640.250.28
HSL323.08º46.99%48.82%-
HSV(B)323.08º63.93%71.76%-
XYZ26.0615.825.72-
YUV109.19144.26180.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=47.29%
G=17.05%
B=35.66%

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
Decimal1836613800.640.250.28323.0846.9948.82
HexB7428A040191C1432f31
Octal267102212010031345035761
Binary10110111100001010001010010000001100111100101000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7428a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7428a; }

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

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

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

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

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

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

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

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