Html Css Color HEX #B401BE Deep Magenta

📋 copy color: '#B401BE'

red 180 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #B401BE

Tints of Deep Magenta #B401BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 48.52%
G = 0.27%
B = 51.21%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B401BE (or 0xB401BE) is known color: Deep Magenta. HEX triplet: B4, 01 and BE. RGB value is (180,1,190). Sum of RGB (Red+Green+Blue) = 180+1+190=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #B401BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401BE is #4BFE41. Grayscale: #4B4B4B. Windows color (decimal): -4980290 or 12452276. OLE color: 12452276.

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

Color convert

RGB 180 1 190 -
CMYK 0.05 0.99 0 0.25
HSL 296.83º 0.99% 0.37% -
HSV(B) 296.83º 0.99% 0.75% -
XYZ 28.13 13.44 49.83 -
YUV 76.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 180 1 190 0.05 0.99 0 0.25 296.83 0.99 0.37
Hex B4 1 BE 5 63 0 19 129 63 25
Octal 264 1 276 5 143 0 31 451 143 45
Binary 10110100 1 10111110 101 1100011 0 11001 100101001 1100011 100101

Color Harmonies of #B401BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401BE

Black with #B401BE

Text Example


Text Example

White with #B401BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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