#B6289E

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

Shades of Medium Red Violet #B6289E

Tints of Medium Red Violet #B6289E

Color information

#B6289E (or 0xB6289E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 28 and 9E. RGB value is (182,40,158). Sum of RGB (Red+Green+Blue) = 182+40+158=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6289E is #49D761. Grayscale: #5F5F5F. Windows color (decimal): -4839266 or 10365110. OLE color: 10365110.

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

Color convert

RGB18240158-
CMYK00.780.130.29
HSL310.14º63.96%43.53%-
HSV(B)310.14º78.02%71.37%-
XYZ26.2213.9333.65-
YUV95.91163.04189.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 40 (16.02% from 255) = 10.53%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=47.89%
G=10.53%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824015800.780.130.29310.1463.9643.53
HexB6289E04ED1D136402c
Octal266502360116153546610054
Binary1011011010100010011110010011101101111011001101101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6289E; }

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

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

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

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

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

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

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

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