#B6289D

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

Shades of Medium Red Violet #B6289D

Tints of Medium Red Violet #B6289D

Color information

#B6289D (or 0xB6289D) is unknown color: approx Medium Red Violet. HEX triplet: B6, 28 and 9D. RGB value is (182,40,157). Sum of RGB (Red+Green+Blue) = 182+40+157=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6289D is #49D762. Grayscale: #5F5F5F. Windows color (decimal): -4839267 or 10299574. OLE color: 10299574.

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

Color convert

RGB18240157-
CMYK00.780.140.29
HSL310.56º63.96%43.53%-
HSV(B)310.56º78.02%71.37%-
XYZ26.1413.933.2-
YUV95.8162.54189.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 40 (16.02% from 255) = 10.55%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=48.02%
G=10.55%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824015700.780.140.29310.5663.9643.53
HexB6289D04EE1D137402c
Octal266502350116163546710054
Binary1011011010100010011101010011101110111011001101111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6289D; }

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

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

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

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

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

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

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

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