Html Css Color HEX #B40FB1 Deep Magenta

📋 copy color: '#B40FB1'

red 180 ◦ green 15 ◦ blue 177

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

Shades of Deep Magenta #B40FB1

Tints of Deep Magenta #B40FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.58%

R = 48.39%
G = 4.03%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B40FB1 (or 0xB40FB1) is known color: Deep Magenta. HEX triplet: B4, 0F and B1. RGB value is (180,15,177). Sum of RGB (Red+Green+Blue) = 180+15+177=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FB1 is #4BF04E. Grayscale: #525252. Windows color (decimal): -4976719 or 11603892. OLE color: 11603892.

HSL color Cylindrical-coordinate representation of color #B40FB1: hue angle of 301.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FB1 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 177 -
CMYK 0 0.92 0.02 0.29
HSL 301.09º 0.85% 0.38% -
HSV(B) 301.09º 0.92% 0.71% -
XYZ 26.93 13.22 42.73 -
YUV 82.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 180 15 177 0 0.92 0.02 0.29 301.09 0.85 0.38
Hex B4 F B1 0 5C 2 1D 12D 55 26
Octal 264 17 261 0 134 2 35 455 125 46
Binary 10110100 1111 10110001 0 1011100 10 11101 100101101 1010101 100110

Color Harmonies of #B40FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FB1

Black with #B40FB1

Text Example


Text Example

White with #B40FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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