Html Css Color HEX #B41EC0 Deep Magenta

📋 copy color: '#B41EC0'

red 180 ◦ green 30 ◦ blue 192

#B41EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B41EC0

Tints of Deep Magenta #B41EC0

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

 GREEN value IS 30 (12.11% from 255) = 7.46%

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 44.78%
G = 7.46%
B = 47.76%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B41EC0 (or 0xB41EC0) is known color: Deep Magenta. HEX triplet: B4, 1E and C0. RGB value is (180,30,192). Sum of RGB (Red+Green+Blue) = 180+30+192=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #B41EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EC0 is #4BE13F. Grayscale: #5C5C5C. Windows color (decimal): -4972864 or 12590772. OLE color: 12590772.

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

Color convert

RGB 180 30 192 -
CMYK 0.06 0.84 0 0.25
HSL 295.56º 0.73% 0.44% -
HSV(B) 295.56º 0.84% 0.75% -
XYZ 28.8 14.44 51.14 -
YUV 93.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 180 30 192 0.06 0.84 0 0.25 295.56 0.73 0.44
Hex B4 1E C0 6 54 0 19 128 49 2C
Octal 264 36 300 6 124 0 31 450 111 54
Binary 10110100 11110 11000000 110 1010100 0 11001 100101000 1001001 101100

Color Harmonies of #B41EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EC0

Black with #B41EC0

Text Example


Text Example

White with #B41EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EC0; }

 p { color: rgb(180,30,192); }

 H1.HeaderClassName
 {
   color: #B41EC0;
 }
 .AnyTagClassName
 {
   color: #B41EC0;
 }
</style>

background-color css

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

 a { background-color: rgb(180,30,192); }

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

border-color css

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

 span { border-color: rgb(180,30,192); }

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