Html Css Color HEX #B40BD7 Deep Magenta

📋 copy color: '#B40BD7'

red 180 ◦ green 11 ◦ blue 215

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

Shades of Deep Magenta #B40BD7

Tints of Deep Magenta #B40BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 44.33%
G = 2.71%
B = 52.96%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B40BD7 (or 0xB40BD7) is known color: Deep Magenta. HEX triplet: B4, 0B and D7. RGB value is (180,11,215). Sum of RGB (Red+Green+Blue) = 180+11+215=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #B40BD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BD7 is #4BF428. Grayscale: #545454. Windows color (decimal): -4977705 or 14093236. OLE color: 14093236.

HSL color Cylindrical-coordinate representation of color #B40BD7: hue angle of 289.71º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40BD7 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 11 215 -
CMYK 0.16 0.95 0 0.16
HSL 289.71º 0.9% 0.44% -
HSV(B) 289.71º 0.95% 0.84% -
XYZ 31.21 14.85 65.51 -
YUV 84.79 201.49 195.91 -
System Red Green Blue C M Y K H S L
Decimal 180 11 215 0.16 0.95 0 0.16 289.71 0.9 0.44
Hex B4 B D7 10 5F 0 10 122 5A 2C
Octal 264 13 327 20 137 0 20 442 132 54
Binary 10110100 1011 11010111 10000 1011111 0 10000 100100010 1011010 101100

Color Harmonies of #B40BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BD7

Black with #B40BD7

Text Example


Text Example

White with #B40BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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