#B6299E

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

Shades of Medium Red Violet #B6299E

Tints of Medium Red Violet #B6299E

Color information

#B6299E (or 0xB6299E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 29 and 9E. RGB value is (182,41,158). Sum of RGB (Red+Green+Blue) = 182+41+158=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6299E is #49D661. Grayscale: #606060. Windows color (decimal): -4839010 or 10365366. OLE color: 10365366.

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

Color convert

RGB18241158-
CMYK00.770.130.29
HSL310.21º63.23%43.73%-
HSV(B)310.21º77.47%71.37%-
XYZ26.261433.67-
YUV96.5162.71188.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 41 (16.41% from 255) = 10.76%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=47.77%
G=10.76%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824115800.770.130.29310.2163.2343.73
HexB6299E04DD1D1363f2c
Octal26651236011515354667754
Binary101101101010011001111001001101110111101100110110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6299E; }

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

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

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

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

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

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

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

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