Html Css Color HEX #B401CB Deep Magenta

📋 copy color: '#B401CB'

red 180 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #B401CB

Tints of Deep Magenta #B401CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 46.88%
G = 0.26%
B = 52.86%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B401CB (or 0xB401CB) is known color: Deep Magenta. HEX triplet: B4, 01 and CB. RGB value is (180,1,203). Sum of RGB (Red+Green+Blue) = 180+1+203=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #B401CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401CB is #4BFE34. Grayscale: #4C4C4C. Windows color (decimal): -4980277 or 13304244. OLE color: 13304244.

HSL color Cylindrical-coordinate representation of color #B401CB: hue angle of 293.17º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401CB is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 1 203 -
CMYK 0.11 1.00 0 0.20
HSL 293.17º 0.99% 0.4% -
HSV(B) 293.17º 1% 0.8% -
XYZ 29.61 14.04 57.65 -
YUV 77.55 198.8 201.07 -
System Red Green Blue C M Y K H S L
Decimal 180 1 203 0.11 1.00 0 0.20 293.17 0.99 0.4
Hex B4 1 CB B 64 0 14 125 63 28
Octal 264 1 313 13 144 0 24 445 143 50
Binary 10110100 1 11001011 1011 1100100 0 10100 100100101 1100011 101000

Color Harmonies of #B401CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401CB

Black with #B401CB

Text Example


Text Example

White with #B401CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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