Html Css Color HEX #B40DC0 Deep Magenta

📋 copy color: '#B40DC0'

red 180 ◦ green 13 ◦ blue 192

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

Shades of Deep Magenta #B40DC0

Tints of Deep Magenta #B40DC0

RGB

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

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

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

R = 46.75%
G = 3.38%
B = 49.87%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B40DC0 (or 0xB40DC0) is known color: Deep Magenta. HEX triplet: B4, 0D and C0. RGB value is (180,13,192). Sum of RGB (Red+Green+Blue) = 180+13+192=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #B40DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DC0 is #4BF23F. Grayscale: #525252. Windows color (decimal): -4977216 or 12586420. OLE color: 12586420.

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

Color convert

RGB 180 13 192 -
CMYK 0.06 0.93 0 0.25
HSL 295.98º 0.87% 0.4% -
HSV(B) 295.98º 0.93% 0.75% -
XYZ 28.48 13.8 51.03 -
YUV 83.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 180 13 192 0.06 0.93 0 0.25 295.98 0.87 0.4
Hex B4 D C0 6 5D 0 19 128 57 28
Octal 264 15 300 6 135 0 31 450 127 50
Binary 10110100 1101 11000000 110 1011101 0 11001 100101000 1010111 101000

Color Harmonies of #B40DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DC0

Black with #B40DC0

Text Example


Text Example

White with #B40DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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