Html Css Color HEX #B401B8 Deep Magenta

📋 copy color: '#B401B8'

red 180 ◦ green 1 ◦ blue 184

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

Shades of Deep Magenta #B401B8

Tints of Deep Magenta #B401B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 49.32%
G = 0.27%
B = 50.41%

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

#B401B8 (or 0xB401B8) is known color: Deep Magenta. HEX triplet: B4, 01 and B8. RGB value is (180,1,184). Sum of RGB (Red+Green+Blue) = 180+1+184=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #B401B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401B8 is #4BFE47. Grayscale: #4A4A4A. Windows color (decimal): -4980296 or 12059060. OLE color: 12059060.

HSL color Cylindrical-coordinate representation of color #B401B8: hue angle of 298.69º 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 #B401B8 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 1 184 -
CMYK 0.02 0.99 0 0.28
HSL 298.69º 0.99% 0.36% -
HSV(B) 298.69º 0.99% 0.72% -
XYZ 27.48 13.19 46.44 -
YUV 75.38 189.3 202.62 -
System Red Green Blue C M Y K H S L
Decimal 180 1 184 0.02 0.99 0 0.28 298.69 0.99 0.36
Hex B4 1 B8 2 63 0 1C 12B 63 24
Octal 264 1 270 2 143 0 34 453 143 44
Binary 10110100 1 10111000 10 1100011 0 11100 100101011 1100011 100100

Color Harmonies of #B401B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401B8

Black with #B401B8

Text Example


Text Example

White with #B401B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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