#B6288A

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

Shades of Medium Red Violet #B6288A

Tints of Medium Red Violet #B6288A

Color information

#B6288A (or 0xB6288A) is unknown color: approx Medium Red Violet. HEX triplet: B6, 28 and 8A. RGB value is (182,40,138). Sum of RGB (Red+Green+Blue) = 182+40+138=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6288A is #49D775. Grayscale: #5D5D5D. Windows color (decimal): -4839286 or 9054390. OLE color: 9054390.

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

Color convert

RGB18240138-
CMYK00.780.240.29
HSL318.59º63.96%43.53%-
HSV(B)318.59º78.02%71.37%-
XYZ24.6413.325.31-
YUV93.63153.04191.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 40 (16.02% from 255) = 11.11%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=50.56%
G=11.11%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824013800.780.240.29318.5963.9643.53
HexB6288A04E181D13f402c
Octal266502120116303547710054
Binary10110110101000100010100100111011000111011001111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6288A; }

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

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

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

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

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

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

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

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