Html Css Color HEX #B40CCD Deep Magenta

📋 copy color: '#B40CCD'

red 180 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #B40CCD

Tints of Deep Magenta #B40CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 45.34%
G = 3.02%
B = 51.64%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B40CCD (or 0xB40CCD) is known color: Deep Magenta. HEX triplet: B4, 0C and CD. RGB value is (180,12,205). Sum of RGB (Red+Green+Blue) = 180+12+205=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #B40CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CCD is #4BF332. Grayscale: #535353. Windows color (decimal): -4977459 or 13438132. OLE color: 13438132.

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

Color convert

RGB 180 12 205 -
CMYK 0.12 0.94 0 0.20
HSL 292.23º 0.89% 0.43% -
HSV(B) 292.23º 0.94% 0.8% -
XYZ 29.97 14.37 58.95 -
YUV 84.23 196.16 196.31 -
System Red Green Blue C M Y K H S L
Decimal 180 12 205 0.12 0.94 0 0.20 292.23 0.89 0.43
Hex B4 C CD C 5E 0 14 124 59 2B
Octal 264 14 315 14 136 0 24 444 131 53
Binary 10110100 1100 11001101 1100 1011110 0 10100 100100100 1011001 101011

Color Harmonies of #B40CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CCD

Black with #B40CCD

Text Example


Text Example

White with #B40CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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