Html Css Color HEX #B301ED Electric Purple

📋 copy color: '#B301ED'

red 179 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #B301ED

Tints of Electric Purple #B301ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.83%

R = 42.93%
G = 0.24%
B = 56.83%

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

#B301ED (or 0xB301ED) is known color: Electric Purple. HEX triplet: B3, 01 and ED. RGB value is (179,1,237). Sum of RGB (Red+Green+Blue) = 179+1+237=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #B301ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B301ED is #4CFE12. Grayscale: #505050. Windows color (decimal): -5045779 or 15532467. OLE color: 15532467.

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

Color convert

RGB 179 1 237 -
CMYK 0.24 1.00 0 0.07
HSL 285.25º 0.99% 0.47% -
HSV(B) 285.25º 1% 0.93% -
XYZ 33.89 15.72 81.37 -
YUV 81.13 215.97 197.81 -
System Red Green Blue C M Y K H S L
Decimal 179 1 237 0.24 1.00 0 0.07 285.25 0.99 0.47
Hex B3 1 ED 18 64 0 7 11D 63 2F
Octal 263 1 355 30 144 0 7 435 143 57
Binary 10110011 1 11101101 11000 1100100 0 111 100011101 1100011 101111

Color Harmonies of #B301ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301ED

Black with #B301ED

Text Example


Text Example

White with #B301ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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