#B61EC1

Color #B61EC1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B61EC1

Tints of Deep Magenta #B61EC1

Color information

#B61EC1 (or 0xB61EC1) is unknown color: approx Deep Magenta. HEX triplet: B6, 1E and C1. RGB value is (182,30,193). Sum of RGB (Red+Green+Blue) = 182+30+193=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #B61EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61EC1 is #49E13E. Grayscale: #5D5D5D. Windows color (decimal): -4841791 or 12656310. OLE color: 12656310.

HSL color Cylindrical-coordinate representation of color #B61EC1: hue angle of 295.95º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61EC1 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18230193-
CMYK0.060.8400.24
HSL295.95º73.09%43.73%-
HSV(B)295.95º84.46%75.69%-
XYZ29.3814.7251.75-
YUV94.03183.86190.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 30 (12.11% from 255) = 7.41%
BLUE value IS 193 (75.78% from 255) = 47.65%
R=44.94%
G=7.41%
B=47.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182301930.060.8400.24295.9573.0943.73
HexB61EC1654018128492c
Octal26636301612403045011154
Binary10110110111101100000111010101000110001001010001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61EC1; }

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

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

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

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

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

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

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

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