Html Css Color HEX #B40EC2 Deep Magenta

📋 copy color: '#B40EC2'

red 180 ◦ green 14 ◦ blue 194

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

Shades of Deep Magenta #B40EC2

Tints of Deep Magenta #B40EC2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.61%

 BLUE value IS 194 (76.17% from 255) = 50%

R = 46.39%
G = 3.61%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B40EC2 (or 0xB40EC2) is known color: Deep Magenta. HEX triplet: B4, 0E and C2. RGB value is (180,14,194). Sum of RGB (Red+Green+Blue) = 180+14+194=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #B40EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EC2 is #4BF13D. Grayscale: #535353. Windows color (decimal): -4976958 or 12717748. OLE color: 12717748.

HSL color Cylindrical-coordinate representation of color #B40EC2: hue angle of 295.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40EC2 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 14 194 -
CMYK 0.07 0.93 0 0.24
HSL 295.33º 0.87% 0.41% -
HSV(B) 295.33º 0.93% 0.76% -
XYZ 28.72 13.91 52.21 -
YUV 84.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 180 14 194 0.07 0.93 0 0.24 295.33 0.87 0.41
Hex B4 E C2 7 5D 0 18 127 57 29
Octal 264 16 302 7 135 0 30 447 127 51
Binary 10110100 1110 11000010 111 1011101 0 11000 100100111 1010111 101001

Color Harmonies of #B40EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EC2

Black with #B40EC2

Text Example


Text Example

White with #B40EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EC2; }

 p { color: rgb(180,14,194); }

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

background-color css

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

 a { background-color: rgb(180,14,194); }

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

border-color css

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

 span { border-color: rgb(180,14,194); }

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