Html Css Color HEX #B401B7 Deep Magenta

📋 copy color: '#B401B7'

red 180 ◦ green 1 ◦ blue 183

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

Shades of Deep Magenta #B401B7

Tints of Deep Magenta #B401B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.27%

R = 49.45%
G = 0.27%
B = 50.27%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B401B7 (or 0xB401B7) is known color: Deep Magenta. HEX triplet: B4, 01 and B7. RGB value is (180,1,183). Sum of RGB (Red+Green+Blue) = 180+1+183=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #B401B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401B7 is #4BFE48. Grayscale: #4A4A4A. Windows color (decimal): -4980297 or 11993524. OLE color: 11993524.

HSL color Cylindrical-coordinate representation of color #B401B7: hue angle of 299.01º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401B7 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 1 183 -
CMYK 0.02 0.99 0 0.28
HSL 299.01º 0.99% 0.36% -
HSV(B) 299.01º 0.99% 0.72% -
XYZ 27.38 13.14 45.89 -
YUV 75.27 188.8 202.7 -
System Red Green Blue C M Y K H S L
Decimal 180 1 183 0.02 0.99 0 0.28 299.01 0.99 0.36
Hex B4 1 B7 2 63 0 1C 12B 63 24
Octal 264 1 267 2 143 0 34 453 143 44
Binary 10110100 1 10110111 10 1100011 0 11100 100101011 1100011 100100

Color Harmonies of #B401B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401B7

Black with #B401B7

Text Example


Text Example

White with #B401B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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