Html Css Color HEX #B40CC9 Deep Magenta

📋 copy color: '#B40CC9'

red 180 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #B40CC9

Tints of Deep Magenta #B40CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 45.8%
G = 3.05%
B = 51.15%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B40CC9 (or 0xB40CC9) is known color: Deep Magenta. HEX triplet: B4, 0C and C9. RGB value is (180,12,201). Sum of RGB (Red+Green+Blue) = 180+12+201=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #B40CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CC9 is #4BF336. Grayscale: #535353. Windows color (decimal): -4977463 or 13175988. OLE color: 13175988.

HSL color Cylindrical-coordinate representation of color #B40CC9: hue angle of 293.33º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CC9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 12 201 -
CMYK 0.10 0.94 0 0.21
HSL 293.33º 0.89% 0.42% -
HSV(B) 293.33º 0.94% 0.79% -
XYZ 29.5 14.18 56.44 -
YUV 83.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 180 12 201 0.10 0.94 0 0.21 293.33 0.89 0.42
Hex B4 C C9 A 5E 0 15 125 59 2A
Octal 264 14 311 12 136 0 25 445 131 52
Binary 10110100 1100 11001001 1010 1011110 0 10101 100100101 1011001 101010

Color Harmonies of #B40CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CC9

Black with #B40CC9

Text Example


Text Example

White with #B40CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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