#B621A6

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

Shades of Medium Violet Red #B621A6

Tints of Medium Violet Red #B621A6

Color information

#B621A6 (or 0xB621A6) is unknown color: approx Medium Violet Red. HEX triplet: B6, 21 and A6. RGB value is (182,33,166). Sum of RGB (Red+Green+Blue) = 182+33+166=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B621A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B621A6 is #49DE59. Grayscale: #5C5C5C. Windows color (decimal): -4841050 or 10887606. OLE color: 10887606.

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

Color convert

RGB18233166-
CMYK00.820.090.29
HSL306.44º69.3%42.16%-
HSV(B)306.44º81.87%71.37%-
XYZ26.7213.7937.33-
YUV92.71169.36191.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 166 (65.23% from 255) = 43.57%
R=47.77%
G=8.66%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823316600.820.090.29306.4469.342.16
HexB621A605291D132452a
Octal266412460122113546210552
Binary1011011010000110100110010100101001111011001100101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B621A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B621A6; }

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

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

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

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

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

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

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

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