Html Css Color HEX #B40FC1 Deep Magenta

📋 copy color: '#B40FC1'

red 180 ◦ green 15 ◦ blue 193

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

Shades of Deep Magenta #B40FC1

Tints of Deep Magenta #B40FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 46.39%
G = 3.87%
B = 49.74%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B40FC1 (or 0xB40FC1) is known color: Deep Magenta. HEX triplet: B4, 0F and C1. RGB value is (180,15,193). Sum of RGB (Red+Green+Blue) = 180+15+193=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #B40FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FC1 is #4BF03E. Grayscale: #545454. Windows color (decimal): -4976703 or 12652468. OLE color: 12652468.

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

Color convert

RGB 180 15 193 -
CMYK 0.07 0.92 0 0.24
HSL 295.62º 0.86% 0.41% -
HSV(B) 295.62º 0.92% 0.76% -
XYZ 28.62 13.9 51.63 -
YUV 84.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 180 15 193 0.07 0.92 0 0.24 295.62 0.86 0.41
Hex B4 F C1 7 5C 0 18 128 56 29
Octal 264 17 301 7 134 0 30 450 126 51
Binary 10110100 1111 11000001 111 1011100 0 11000 100101000 1010110 101001

Color Harmonies of #B40FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FC1

Black with #B40FC1

Text Example


Text Example

White with #B40FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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