Html Css Color HEX #B40BD8 Deep Magenta

📋 copy color: '#B40BD8'

red 180 ◦ green 11 ◦ blue 216

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

Shades of Deep Magenta #B40BD8

Tints of Deep Magenta #B40BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.07%

R = 44.23%
G = 2.7%
B = 53.07%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B40BD8 (or 0xB40BD8) is known color: Deep Magenta. HEX triplet: B4, 0B and D8. RGB value is (180,11,216). Sum of RGB (Red+Green+Blue) = 180+11+216=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #B40BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BD8 is #4BF427. Grayscale: #545454. Windows color (decimal): -4977704 or 14158772. OLE color: 14158772.

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

Color convert

RGB 180 11 216 -
CMYK 0.17 0.95 0 0.15
HSL 289.46º 0.9% 0.45% -
HSV(B) 289.46º 0.95% 0.85% -
XYZ 31.34 14.9 66.19 -
YUV 84.9 201.99 195.83 -
System Red Green Blue C M Y K H S L
Decimal 180 11 216 0.17 0.95 0 0.15 289.46 0.9 0.45
Hex B4 B D8 11 5F 0 F 121 5A 2D
Octal 264 13 330 21 137 0 17 441 132 55
Binary 10110100 1011 11011000 10001 1011111 0 1111 100100001 1011010 101101

Color Harmonies of #B40BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BD8

Black with #B40BD8

Text Example


Text Example

White with #B40BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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