Html Css Color HEX #B401BD Deep Magenta

📋 copy color: '#B401BD'

red 180 ◦ green 1 ◦ blue 189

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

Shades of Deep Magenta #B401BD

Tints of Deep Magenta #B401BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 48.65%
G = 0.27%
B = 51.08%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B401BD (or 0xB401BD) is known color: Deep Magenta. HEX triplet: B4, 01 and BD. RGB value is (180,1,189). Sum of RGB (Red+Green+Blue) = 180+1+189=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #B401BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401BD is #4BFE42. Grayscale: #4B4B4B. Windows color (decimal): -4980291 or 12386740. OLE color: 12386740.

HSL color Cylindrical-coordinate representation of color #B401BD: hue angle of 297.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401BD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 1 189 -
CMYK 0.05 0.99 0 0.26
HSL 297.13º 0.99% 0.37% -
HSV(B) 297.13º 0.99% 0.74% -
XYZ 28.02 13.4 49.25 -
YUV 75.95 191.8 202.21 -
System Red Green Blue C M Y K H S L
Decimal 180 1 189 0.05 0.99 0 0.26 297.13 0.99 0.37
Hex B4 1 BD 5 63 0 1A 129 63 25
Octal 264 1 275 5 143 0 32 451 143 45
Binary 10110100 1 10111101 101 1100011 0 11010 100101001 1100011 100101

Color Harmonies of #B401BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401BD

Black with #B401BD

Text Example


Text Example

White with #B401BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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