#B614A2

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

Shades of Medium Violet Red #B614A2

Tints of Medium Violet Red #B614A2

Color information

#B614A2 (or 0xB614A2) is unknown color: approx Medium Violet Red. HEX triplet: B6, 14 and A2. RGB value is (182,20,162). Sum of RGB (Red+Green+Blue) = 182+20+162=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B614A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B614A2 is #49EB5D. Grayscale: #545454. Windows color (decimal): -4844382 or 10622134. OLE color: 10622134.

HSL color Cylindrical-coordinate representation of color #B614A2: hue angle of 307.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B614A2 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18220162-
CMYK00.890.110.29
HSL307.41º80.2%39.61%-
HSV(B)307.41º89.01%71.37%-
XYZ26.0613.0535.33-
YUV84.63171.67197.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 5.49%
BLUE value IS 162 (63.67% from 255) = 44.51%
R=50%
G=5.49%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822016200.890.110.29307.4180.239.61
HexB614A2059B1D1335028
Octal266242420131133546312050
Binary101101101010010100010010110011011111011001100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B614A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B614A2; }

 p { color: rgb(182,20,162); }

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

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

 a { background-color: rgb(182,20,162); }

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

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

 span { border-color: rgb(182,20,162); }

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