#B61EA8

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

Shades of Medium Violet Red #B61EA8

Tints of Medium Violet Red #B61EA8

Color information

#B61EA8 (or 0xB61EA8) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1E and A8. RGB value is (182,30,168). Sum of RGB (Red+Green+Blue) = 182+30+168=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B61EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61EA8 is #49E157. Grayscale: #5A5A5A. Windows color (decimal): -4841816 or 11017910. OLE color: 11017910.

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

Color convert

RGB18230168-
CMYK00.840.080.29
HSL305.53º71.7%41.57%-
HSV(B)305.53º83.52%71.37%-
XYZ26.8213.738.28-
YUV91.18171.36192.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 30 (12.11% from 255) = 7.89%
BLUE value IS 168 (66.02% from 255) = 44.21%
R=47.89%
G=7.89%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823016800.840.080.29305.5371.741.57
HexB61EA805481D132482a
Octal266362500124103546211052
Binary101101101111010101000010101001000111011001100101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61EA8; }

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

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

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

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

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

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

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

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