Html Css Color HEX #B40BDC Deep Magenta

📋 copy color: '#B40BDC'

red 180 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #B40BDC

Tints of Deep Magenta #B40BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 43.8%
G = 2.68%
B = 53.53%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B40BDC (or 0xB40BDC) is known color: Deep Magenta. HEX triplet: B4, 0B and DC. RGB value is (180,11,220). Sum of RGB (Red+Green+Blue) = 180+11+220=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #B40BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BDC is #4BF423. Grayscale: #545454. Windows color (decimal): -4977700 or 14420916. OLE color: 14420916.

HSL color Cylindrical-coordinate representation of color #B40BDC: hue angle of 288.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40BDC is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 11 220 -
CMYK 0.18 0.95 0 0.14
HSL 288.52º 0.9% 0.45% -
HSV(B) 288.52º 0.95% 0.86% -
XYZ 31.86 15.11 68.95 -
YUV 85.36 203.99 195.51 -
System Red Green Blue C M Y K H S L
Decimal 180 11 220 0.18 0.95 0 0.14 288.52 0.9 0.45
Hex B4 B DC 12 5F 0 E 121 5A 2D
Octal 264 13 334 22 137 0 16 441 132 55
Binary 10110100 1011 11011100 10010 1011111 0 1110 100100001 1011010 101101

Color Harmonies of #B40BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BDC

Black with #B40BDC

Text Example


Text Example

White with #B40BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BDC; }

 p { color: rgb(180,11,220); }

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

background-color css

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

 a { background-color: rgb(180,11,220); }

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

border-color css

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

 span { border-color: rgb(180,11,220); }

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