#B61EA9

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

Shades of Medium Violet Red #B61EA9

Tints of Medium Violet Red #B61EA9

Color information

#B61EA9 (or 0xB61EA9) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1E and A9. RGB value is (182,30,169). Sum of RGB (Red+Green+Blue) = 182+30+169=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B61EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61EA9 is #49E156. Grayscale: #5A5A5A. Windows color (decimal): -4841815 or 11083446. OLE color: 11083446.

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

Color convert

RGB18230169-
CMYK00.840.070.29
HSL305.13º71.7%41.57%-
HSV(B)305.13º83.52%71.37%-
XYZ26.9213.7438.77-
YUV91.29171.86192.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 30 (12.11% from 255) = 7.87%
BLUE value IS 169 (66.41% from 255) = 44.36%
R=47.77%
G=7.87%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823016900.840.070.29305.1371.741.57
HexB61EA905471D131482a
Octal26636251012473546111052
Binary10110110111101010100101010100111111011001100011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61EA9; }

 p { color: rgb(182,30,169); }

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

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

 a { background-color: rgb(182,30,169); }

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

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

 span { border-color: rgb(182,30,169); }

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