#B6299B

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

Shades of Medium Red Violet #B6299B

Tints of Medium Red Violet #B6299B

Color information

#B6299B (or 0xB6299B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 29 and 9B. RGB value is (182,41,155). Sum of RGB (Red+Green+Blue) = 182+41+155=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6299B is #49D664. Grayscale: #5F5F5F. Windows color (decimal): -4839013 or 10168758. OLE color: 10168758.

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

Color convert

RGB18241155-
CMYK00.770.150.29
HSL311.49º63.23%43.73%-
HSV(B)311.49º77.47%71.37%-
XYZ2613.932.32-
YUV96.16161.21189.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 41 (16.41% from 255) = 10.85%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=48.15%
G=10.85%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824115500.770.150.29311.4963.2343.73
HexB6299B04DF1D1373f2c
Octal26651233011517354677754
Binary101101101010011001101101001101111111101100110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6299B; }

 p { color: rgb(182,41,155); }

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

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

 a { background-color: rgb(182,41,155); }

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

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

 span { border-color: rgb(182,41,155); }

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