Html Css Color HEX #B40CD2 Deep Magenta

📋 copy color: '#B40CD2'

red 180 ◦ green 12 ◦ blue 210

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

Shades of Deep Magenta #B40CD2

Tints of Deep Magenta #B40CD2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

 BLUE value IS 210 (82.42% from 255) = 52.24%

R = 44.78%
G = 2.99%
B = 52.24%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B40CD2 (or 0xB40CD2) is known color: Deep Magenta. HEX triplet: B4, 0C and D2. RGB value is (180,12,210). Sum of RGB (Red+Green+Blue) = 180+12+210=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #B40CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CD2 is #4BF32D. Grayscale: #545454. Windows color (decimal): -4977454 or 13765812. OLE color: 13765812.

HSL color Cylindrical-coordinate representation of color #B40CD2: hue angle of 290.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CD2 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 12 210 -
CMYK 0.14 0.94 0 0.18
HSL 290.91º 0.89% 0.44% -
HSV(B) 290.91º 0.94% 0.82% -
XYZ 30.59 14.62 62.18 -
YUV 84.8 198.66 195.9 -
System Red Green Blue C M Y K H S L
Decimal 180 12 210 0.14 0.94 0 0.18 290.91 0.89 0.44
Hex B4 C D2 E 5E 0 12 123 59 2C
Octal 264 14 322 16 136 0 22 443 131 54
Binary 10110100 1100 11010010 1110 1011110 0 10010 100100011 1011001 101100

Color Harmonies of #B40CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CD2

Black with #B40CD2

Text Example


Text Example

White with #B40CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CD2; }

 p { color: rgb(180,12,210); }

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

background-color css

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

 a { background-color: rgb(180,12,210); }

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

border-color css

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

 span { border-color: rgb(180,12,210); }

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