#B7408A

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

Shades of Medium Red Violet #B7408A

Tints of Medium Red Violet #B7408A

Color information

#B7408A (or 0xB7408A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 40 and 8A. RGB value is (183,64,138). Sum of RGB (Red+Green+Blue) = 183+64+138=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7408A is #48BF75. Grayscale: #6B6B6B. Windows color (decimal): -4767606 or 9060535. OLE color: 9060535.

HSL color Cylindrical-coordinate representation of color #B7408A: hue angle of 322.69º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7408A is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18364138-
CMYK00.650.250.28
HSL322.69º48.18%48.43%-
HSV(B)322.69º65.03%71.76%-
XYZ25.9515.5725.68-
YUV108.02144.92181.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=47.53%
G=16.62%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836413800.650.250.28322.6948.1848.43
HexB7408A041191C1433030
Octal267100212010131345036060
Binary10110111100000010001010010000011100111100101000011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7408A; }

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

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

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

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

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

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

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

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