Html Css Color HEX #B40CCE Deep Magenta

📋 copy color: '#B40CCE'

red 180 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #B40CCE

Tints of Deep Magenta #B40CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 45.23%
G = 3.02%
B = 51.76%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B40CCE (or 0xB40CCE) is known color: Deep Magenta. HEX triplet: B4, 0C and CE. RGB value is (180,12,206). Sum of RGB (Red+Green+Blue) = 180+12+206=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #B40CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CCE is #4BF331. Grayscale: #535353. Windows color (decimal): -4977458 or 13503668. OLE color: 13503668.

HSL color Cylindrical-coordinate representation of color #B40CCE: hue angle of 291.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CCE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 12 206 -
CMYK 0.13 0.94 0 0.19
HSL 291.96º 0.89% 0.43% -
HSV(B) 291.96º 0.94% 0.81% -
XYZ 30.09 14.42 59.59 -
YUV 84.35 196.66 196.23 -
System Red Green Blue C M Y K H S L
Decimal 180 12 206 0.13 0.94 0 0.19 291.96 0.89 0.43
Hex B4 C CE D 5E 0 13 124 59 2B
Octal 264 14 316 15 136 0 23 444 131 53
Binary 10110100 1100 11001110 1101 1011110 0 10011 100100100 1011001 101011

Color Harmonies of #B40CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CCE

Black with #B40CCE

Text Example


Text Example

White with #B40CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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