Html Css Color HEX #B301EA Electric Purple

📋 copy color: '#B301EA'

red 179 ◦ green 1 ◦ blue 234

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

Shades of Electric Purple #B301EA

Tints of Electric Purple #B301EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 43.24%
G = 0.24%
B = 56.52%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B301EA (or 0xB301EA) is known color: Electric Purple. HEX triplet: B3, 01 and EA. RGB value is (179,1,234). Sum of RGB (Red+Green+Blue) = 179+1+234=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #B301EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B301EA is #4CFE15. Grayscale: #505050. Windows color (decimal): -5045782 or 15335859. OLE color: 15335859.

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

Color convert

RGB 179 1 234 -
CMYK 0.24 1.00 0 0.08
HSL 285.84º 0.99% 0.46% -
HSV(B) 285.84º 1% 0.92% -
XYZ 33.45 15.55 79.08 -
YUV 80.78 214.47 198.05 -
System Red Green Blue C M Y K H S L
Decimal 179 1 234 0.24 1.00 0 0.08 285.84 0.99 0.46
Hex B3 1 EA 18 64 0 8 11E 63 2E
Octal 263 1 352 30 144 0 10 436 143 56
Binary 10110011 1 11101010 11000 1100100 0 1000 100011110 1100011 101110

Color Harmonies of #B301EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301EA

Black with #B301EA

Text Example


Text Example

White with #B301EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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