Html Css Color HEX #B301FA Electric Purple

📋 copy color: '#B301FA'

red 179 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #B301FA

Tints of Electric Purple #B301FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 41.63%
G = 0.23%
B = 58.14%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B301FA (or 0xB301FA) is known color: Electric Purple. HEX triplet: B3, 01 and FA. RGB value is (179,1,250). Sum of RGB (Red+Green+Blue) = 179+1+250=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #B301FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B301FA is #4CFE05. Grayscale: #515151. Windows color (decimal): -5045766 or 16384435. OLE color: 16384435.

HSL color Cylindrical-coordinate representation of color #B301FA: hue angle of 282.89º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301FA is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 1 250 -
CMYK 0.28 1.00 0 0.02
HSL 282.89º 0.99% 0.49% -
HSV(B) 282.89º 1% 0.98% -
XYZ 35.86 16.51 91.74 -
YUV 82.61 222.47 196.75 -
System Red Green Blue C M Y K H S L
Decimal 179 1 250 0.28 1.00 0 0.02 282.89 0.99 0.49
Hex B3 1 FA 1C 64 0 2 11B 63 31
Octal 263 1 372 34 144 0 2 433 143 61
Binary 10110011 1 11111010 11100 1100100 0 10 100011011 1100011 110001

Color Harmonies of #B301FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301FA

Black with #B301FA

Text Example


Text Example

White with #B301FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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