Html Css Color HEX #B40FC0 Deep Magenta

📋 copy color: '#B40FC0'

red 180 ◦ green 15 ◦ blue 192

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

Shades of Deep Magenta #B40FC0

Tints of Deep Magenta #B40FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 46.51%
G = 3.88%
B = 49.61%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B40FC0 (or 0xB40FC0) is known color: Deep Magenta. HEX triplet: B4, 0F and C0. RGB value is (180,15,192). Sum of RGB (Red+Green+Blue) = 180+15+192=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #B40FC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FC0 is #4BF03F. Grayscale: #535353. Windows color (decimal): -4976704 or 12586932. OLE color: 12586932.

HSL color Cylindrical-coordinate representation of color #B40FC0: hue angle of 295.93º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FC0 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 15 192 -
CMYK 0.06 0.92 0 0.25
HSL 295.93º 0.86% 0.41% -
HSV(B) 295.93º 0.92% 0.75% -
XYZ 28.51 13.85 51.04 -
YUV 84.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 180 15 192 0.06 0.92 0 0.25 295.93 0.86 0.41
Hex B4 F C0 6 5C 0 19 128 56 29
Octal 264 17 300 6 134 0 31 450 126 51
Binary 10110100 1111 11000000 110 1011100 0 11001 100101000 1010110 101001

Color Harmonies of #B40FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FC0

Black with #B40FC0

Text Example


Text Example

White with #B40FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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