Html Css Color HEX #B40AD7 Deep Magenta

📋 copy color: '#B40AD7'

red 180 ◦ green 10 ◦ blue 215

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

Shades of Deep Magenta #B40AD7

Tints of Deep Magenta #B40AD7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.47%

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

R = 44.44%
G = 2.47%
B = 53.09%

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

#B40AD7 (or 0xB40AD7) is known color: Deep Magenta. HEX triplet: B4, 0A and D7. RGB value is (180,10,215). Sum of RGB (Red+Green+Blue) = 180+10+215=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #B40AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40AD7 is #4BF528. Grayscale: #535353. Windows color (decimal): -4977961 or 14092980. OLE color: 14092980.

HSL color Cylindrical-coordinate representation of color #B40AD7: hue angle of 289.76º degrees, saturation: 0.91, 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 #B40AD7 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 10 215 -
CMYK 0.16 0.95 0 0.16
HSL 289.76º 0.91% 0.44% -
HSV(B) 289.76º 0.95% 0.84% -
XYZ 31.2 14.83 65.51 -
YUV 84.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 180 10 215 0.16 0.95 0 0.16 289.76 0.91 0.44
Hex B4 A D7 10 5F 0 10 122 5B 2C
Octal 264 12 327 20 137 0 20 442 133 54
Binary 10110100 1010 11010111 10000 1011111 0 10000 100100010 1011011 101100

Color Harmonies of #B40AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40AD7

Black with #B40AD7

Text Example


Text Example

White with #B40AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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