#B6287A

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

Shades of Medium Red Violet #B6287A

Tints of Medium Red Violet #B6287A

Color information

#B6287A (or 0xB6287A) is unknown color: approx Medium Red Violet. HEX triplet: B6, 28 and 7A. RGB value is (182,40,122). Sum of RGB (Red+Green+Blue) = 182+40+122=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6287A is #49D785. Grayscale: #5B5B5B. Windows color (decimal): -4839302 or 8005814. OLE color: 8005814.

HSL color Cylindrical-coordinate representation of color #B6287A: hue angle of 325.35º 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 #B6287A is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18240122-
CMYK00.780.330.29
HSL325.35º63.96%43.53%-
HSV(B)325.35º78.02%71.37%-
XYZ23.5612.8719.65-
YUV91.81145.04192.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=52.91%
G=11.63%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824012200.780.330.29325.3563.9643.53
HexB6287A04E211D145402c
Octal266501720116413550510054
Binary10110110101000111101001001110100001111011010001011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6287A; }

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

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

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

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

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

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

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

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