Html Css Color HEX #B40FAB Deep Magenta

📋 copy color: '#B40FAB'

red 180 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #B40FAB

Tints of Deep Magenta #B40FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 49.18%
G = 4.1%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B40FAB (or 0xB40FAB) is known color: Deep Magenta. HEX triplet: B4, 0F and AB. RGB value is (180,15,171). Sum of RGB (Red+Green+Blue) = 180+15+171=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FAB is #4BF054. Grayscale: #515151. Windows color (decimal): -4976725 or 11210676. OLE color: 11210676.

HSL color Cylindrical-coordinate representation of color #B40FAB: hue angle of 303.27º 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 #B40FAB is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 171 -
CMYK 0 0.92 0.05 0.29
HSL 303.27º 0.85% 0.38% -
HSV(B) 303.27º 0.92% 0.71% -
XYZ 26.34 12.99 39.65 -
YUV 82.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 180 15 171 0 0.92 0.05 0.29 303.27 0.85 0.38
Hex B4 F AB 0 5C 5 1D 12F 55 26
Octal 264 17 253 0 134 5 35 457 125 46
Binary 10110100 1111 10101011 0 1011100 101 11101 100101111 1010101 100110

Color Harmonies of #B40FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FAB

Black with #B40FAB

Text Example


Text Example

White with #B40FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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