#b622a3

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

Shades of Medium Red Violet #B622A3

Tints of Medium Red Violet #B622A3

Color information

#B622A3 (or 0xB622A3) is unknown color: approx Medium Red Violet. HEX triplet: B6, 22 and A3. RGB value is (182,34,163). Sum of RGB (Red+Green+Blue) = 182+34+163=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B622A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B622A3 is #49DD5C. Grayscale: #5C5C5C. Windows color (decimal): -4840797 or 10691254. OLE color: 10691254.

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

Color convert

RGB18234163-
CMYK00.810.100.29
HSL307.7º68.52%42.35%-
HSV(B)307.7º81.32%71.37%-
XYZ26.4713.7335.91-
YUV92.96167.53191.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 34 (13.67% from 255) = 8.97%
BLUE value IS 163 (64.06% from 255) = 43.01%
R=48.02%
G=8.97%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823416300.810.100.29307.768.5242.35
HexB622A3051A1D134452a
Octal266422430121123546410552
Binary1011011010001010100011010100011010111011001101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b622a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b622a3; }

 p { color: rgb(182,34,163); }

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

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

 a { background-color: rgb(182,34,163); }

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

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

 span { border-color: rgb(182,34,163); }

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