Html Css Color HEX #B40BDD Deep Magenta

📋 copy color: '#B40BDD'

red 180 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #B40BDD

Tints of Deep Magenta #B40BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 43.69%
G = 2.67%
B = 53.64%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B40BDD (or 0xB40BDD) is known color: Deep Magenta. HEX triplet: B4, 0B and DD. RGB value is (180,11,221). Sum of RGB (Red+Green+Blue) = 180+11+221=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #B40BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BDD is #4BF422. Grayscale: #545454. Windows color (decimal): -4977699 or 14486452. OLE color: 14486452.

HSL color Cylindrical-coordinate representation of color #B40BDD: hue angle of 288.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40BDD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 11 221 -
CMYK 0.19 0.95 0 0.13
HSL 288.29º 0.91% 0.45% -
HSV(B) 288.29º 0.95% 0.87% -
XYZ 31.99 15.16 69.65 -
YUV 85.47 204.49 195.42 -
System Red Green Blue C M Y K H S L
Decimal 180 11 221 0.19 0.95 0 0.13 288.29 0.91 0.45
Hex B4 B DD 13 5F 0 D 120 5B 2D
Octal 264 13 335 23 137 0 15 440 133 55
Binary 10110100 1011 11011101 10011 1011111 0 1101 100100000 1011011 101101

Color Harmonies of #B40BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BDD

Black with #B40BDD

Text Example


Text Example

White with #B40BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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