Html Css Color HEX #B301EC Electric Purple

📋 copy color: '#B301EC'

red 179 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #B301EC

Tints of Electric Purple #B301EC

RGB

 RED value IS 179 (70.31% from 255) = 43.03%

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

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

R = 43.03%
G = 0.24%
B = 56.73%

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

#B301EC (or 0xB301EC) is known color: Electric Purple. HEX triplet: B3, 01 and EC. RGB value is (179,1,236). Sum of RGB (Red+Green+Blue) = 179+1+236=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #B301EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B301EC is #4CFE13. Grayscale: #505050. Windows color (decimal): -5045780 or 15466931. OLE color: 15466931.

HSL color Cylindrical-coordinate representation of color #B301EC: hue angle of 285.45º 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 #B301EC is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 1 236 -
CMYK 0.24 1.00 0 0.07
HSL 285.45º 0.99% 0.46% -
HSV(B) 285.45º 1% 0.93% -
XYZ 33.74 15.66 80.6 -
YUV 81.01 215.47 197.89 -
System Red Green Blue C M Y K H S L
Decimal 179 1 236 0.24 1.00 0 0.07 285.45 0.99 0.46
Hex B3 1 EC 18 64 0 7 11D 63 2E
Octal 263 1 354 30 144 0 7 435 143 56
Binary 10110011 1 11101100 11000 1100100 0 111 100011101 1100011 101110

Color Harmonies of #B301EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301EC

Black with #B301EC

Text Example


Text Example

White with #B301EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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