#B7288A

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

Shades of Medium Red Violet #B7288A

Tints of Medium Red Violet #B7288A

Color information

#B7288A (or 0xB7288A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 28 and 8A. RGB value is (183,40,138). Sum of RGB (Red+Green+Blue) = 183+40+138=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7288A is #48D775. Grayscale: #5D5D5D. Windows color (decimal): -4773750 or 9054391. OLE color: 9054391.

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

Color convert

RGB18340138-
CMYK00.780.250.28
HSL318.88º64.13%43.73%-
HSV(B)318.88º78.14%71.76%-
XYZ24.8713.4225.32-
YUV93.93152.88191.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 40 (16.02% from 255) = 11.08%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=50.69%
G=11.08%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834013800.780.250.28318.8864.1343.73
HexB7288A04E191C13f402c
Octal267502120116313447710054
Binary10110111101000100010100100111011001111001001111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7288A; }

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

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

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

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

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

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

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

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