Html Css Color HEX #B401EC Electric Purple

📋 copy color: '#B401EC'

red 180 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #B401EC

Tints of Electric Purple #B401EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 43.17%
G = 0.24%
B = 56.59%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B401EC (or 0xB401EC) is known color: Electric Purple. HEX triplet: B4, 01 and EC. RGB value is (180,1,236). Sum of RGB (Red+Green+Blue) = 180+1+236=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #B401EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401EC is #4BFE13. Grayscale: #505050. Windows color (decimal): -4980244 or 15466932. OLE color: 15466932.

HSL color Cylindrical-coordinate representation of color #B401EC: hue angle of 285.7º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401EC is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 1 236 -
CMYK 0.24 1.00 0 0.07
HSL 285.7º 0.99% 0.46% -
HSV(B) 285.7º 1% 0.93% -
XYZ 33.97 15.78 80.61 -
YUV 81.31 215.3 198.39 -
System Red Green Blue C M Y K H S L
Decimal 180 1 236 0.24 1.00 0 0.07 285.7 0.99 0.46
Hex B4 1 EC 18 64 0 7 11E 63 2E
Octal 264 1 354 30 144 0 7 436 143 56
Binary 10110100 1 11101100 11000 1100100 0 111 100011110 1100011 101110

Color Harmonies of #B401EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401EC

Black with #B401EC

Text Example


Text Example

White with #B401EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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