#B6299D

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

Shades of Medium Red Violet #B6299D

Tints of Medium Red Violet #B6299D

Color information

#B6299D (or 0xB6299D) is unknown color: approx Medium Red Violet. HEX triplet: B6, 29 and 9D. RGB value is (182,41,157). Sum of RGB (Red+Green+Blue) = 182+41+157=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6299D is #49D662. Grayscale: #606060. Windows color (decimal): -4839011 or 10299830. OLE color: 10299830.

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

Color convert

RGB18241157-
CMYK00.770.140.29
HSL310.64º63.23%43.73%-
HSV(B)310.64º77.47%71.37%-
XYZ26.1713.9733.21-
YUV96.38162.21189.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 41 (16.41% from 255) = 10.79%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=47.89%
G=10.79%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824115700.770.140.29310.6463.2343.73
HexB6299D04DE1D1373f2c
Octal26651235011516354677754
Binary101101101010011001110101001101111011101100110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6299D; }

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

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

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

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

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

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

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

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