Html Css Color HEX #B40FCD Deep Magenta

📋 copy color: '#B40FCD'

red 180 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #B40FCD

Tints of Deep Magenta #B40FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.75%

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

R = 45%
G = 3.75%
B = 51.25%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B40FCD (or 0xB40FCD) is known color: Deep Magenta. HEX triplet: B4, 0F and CD. RGB value is (180,15,205). Sum of RGB (Red+Green+Blue) = 180+15+205=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #B40FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FCD is #4BF032. Grayscale: #555555. Windows color (decimal): -4976691 or 13438900. OLE color: 13438900.

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

Color convert

RGB 180 15 205 -
CMYK 0.12 0.93 0 0.20
HSL 292.11º 0.86% 0.43% -
HSV(B) 292.11º 0.93% 0.8% -
XYZ 30.01 14.45 58.97 -
YUV 86 195.16 195.05 -
System Red Green Blue C M Y K H S L
Decimal 180 15 205 0.12 0.93 0 0.20 292.11 0.86 0.43
Hex B4 F CD C 5D 0 14 124 56 2B
Octal 264 17 315 14 135 0 24 444 126 53
Binary 10110100 1111 11001101 1100 1011101 0 10100 100100100 1010110 101011

Color Harmonies of #B40FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FCD

Black with #B40FCD

Text Example


Text Example

White with #B40FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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