Html Css Color HEX #B401BF Deep Magenta

📋 copy color: '#B401BF'

red 180 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #B401BF

Tints of Deep Magenta #B401BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 191 (75% from 255) = 51.34%

R = 48.39%
G = 0.27%
B = 51.34%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B401BF (or 0xB401BF) is known color: Deep Magenta. HEX triplet: B4, 01 and BF. RGB value is (180,1,191). Sum of RGB (Red+Green+Blue) = 180+1+191=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #B401BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401BF is #4BFE40. Grayscale: #4B4B4B. Windows color (decimal): -4980289 or 12517812. OLE color: 12517812.

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

Color convert

RGB 180 1 191 -
CMYK 0.06 0.99 0 0.25
HSL 296.53º 0.99% 0.38% -
HSV(B) 296.53º 0.99% 0.75% -
XYZ 28.24 13.49 50.41 -
YUV 76.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 180 1 191 0.06 0.99 0 0.25 296.53 0.99 0.38
Hex B4 1 BF 6 63 0 19 129 63 26
Octal 264 1 277 6 143 0 31 451 143 46
Binary 10110100 1 10111111 110 1100011 0 11001 100101001 1100011 100110

Color Harmonies of #B401BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401BF

Black with #B401BF

Text Example


Text Example

White with #B401BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401BF; }

 p { color: rgb(180,1,191); }

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

background-color css

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

 a { background-color: rgb(180,1,191); }

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

border-color css

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

 span { border-color: rgb(180,1,191); }

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