#B621A7

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

Shades of Medium Violet Red #B621A7

Tints of Medium Violet Red #B621A7

Color information

#B621A7 (or 0xB621A7) is unknown color: approx Medium Violet Red. HEX triplet: B6, 21 and A7. RGB value is (182,33,167). Sum of RGB (Red+Green+Blue) = 182+33+167=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B621A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B621A7 is #49DE58. Grayscale: #5C5C5C. Windows color (decimal): -4841049 or 10953142. OLE color: 10953142.

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

Color convert

RGB18233167-
CMYK00.820.080.29
HSL306.04º69.3%42.16%-
HSV(B)306.04º81.87%71.37%-
XYZ26.8113.8237.81-
YUV92.83169.86191.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 33 (13.28% from 255) = 8.64%
BLUE value IS 167 (65.62% from 255) = 43.72%
R=47.64%
G=8.64%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823316700.820.080.29306.0469.342.16
HexB621A705281D132452a
Octal266412470122103546210552
Binary1011011010000110100111010100101000111011001100101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B621A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B621A7; }

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

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

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

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

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

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

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

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