#B6219B

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

Shades of Medium Red Violet #B6219B

Tints of Medium Red Violet #B6219B

Color information

#B6219B (or 0xB6219B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 21 and 9B. RGB value is (182,33,155). Sum of RGB (Red+Green+Blue) = 182+33+155=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6219B is #49DE64. Grayscale: #5B5B5B. Windows color (decimal): -4841061 or 10166710. OLE color: 10166710.

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

Color convert

RGB18233155-
CMYK00.820.150.29
HSL310.87º69.3%42.16%-
HSV(B)310.87º81.87%71.37%-
XYZ25.7513.432.24-
YUV91.46163.86192.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 33 (13.28% from 255) = 8.92%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=49.19%
G=8.92%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823315500.820.150.29310.8769.342.16
HexB6219B052F1D137452a
Octal266412330122173546710552
Binary1011011010000110011011010100101111111011001101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6219B; }

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

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

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

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

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

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

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

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