Html Css Color HEX #B40DCE Deep Magenta

📋 copy color: '#B40DCE'

red 180 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #B40DCE

Tints of Deep Magenta #B40DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.26%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 45.11%
G = 3.26%
B = 51.63%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B40DCE (or 0xB40DCE) is known color: Deep Magenta. HEX triplet: B4, 0D and CE. RGB value is (180,13,206). Sum of RGB (Red+Green+Blue) = 180+13+206=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #B40DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DCE is #4BF231. Grayscale: #545454. Windows color (decimal): -4977202 or 13503924. OLE color: 13503924.

HSL color Cylindrical-coordinate representation of color #B40DCE: hue angle of 291.92º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40DCE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 13 206 -
CMYK 0.13 0.94 0 0.19
HSL 291.92º 0.88% 0.43% -
HSV(B) 291.92º 0.94% 0.81% -
XYZ 30.11 14.45 59.59 -
YUV 84.94 196.33 195.81 -
System Red Green Blue C M Y K H S L
Decimal 180 13 206 0.13 0.94 0 0.19 291.92 0.88 0.43
Hex B4 D CE D 5E 0 13 124 58 2B
Octal 264 15 316 15 136 0 23 444 130 53
Binary 10110100 1101 11001110 1101 1011110 0 10011 100100100 1011000 101011

Color Harmonies of #B40DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DCE

Black with #B40DCE

Text Example


Text Example

White with #B40DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DCE; }

 p { color: rgb(180,13,206); }

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

background-color css

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

 a { background-color: rgb(180,13,206); }

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

border-color css

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

 span { border-color: rgb(180,13,206); }

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