Html Css Color HEX #B40FAC Deep Magenta

📋 copy color: '#B40FAC'

red 180 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #B40FAC

Tints of Deep Magenta #B40FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 49.05%
G = 4.09%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B40FAC (or 0xB40FAC) is known color: Deep Magenta. HEX triplet: B4, 0F and AC. RGB value is (180,15,172). Sum of RGB (Red+Green+Blue) = 180+15+172=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FAC is #4BF053. Grayscale: #515151. Windows color (decimal): -4976724 or 11276212. OLE color: 11276212.

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

Color convert

RGB 180 15 172 -
CMYK 0 0.92 0.04 0.29
HSL 302.91º 0.85% 0.38% -
HSV(B) 302.91º 0.92% 0.71% -
XYZ 26.44 13.02 40.15 -
YUV 82.23 178.66 197.73 -
System Red Green Blue C M Y K H S L
Decimal 180 15 172 0 0.92 0.04 0.29 302.91 0.85 0.38
Hex B4 F AC 0 5C 4 1D 12F 55 26
Octal 264 17 254 0 134 4 35 457 125 46
Binary 10110100 1111 10101100 0 1011100 100 11101 100101111 1010101 100110

Color Harmonies of #B40FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FAC

Black with #B40FAC

Text Example


Text Example

White with #B40FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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