Html Css Color HEX #B301F8 Electric Purple

📋 copy color: '#B301F8'

red 179 ◦ green 1 ◦ blue 248

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

Shades of Electric Purple #B301F8

Tints of Electric Purple #B301F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 57.94%

R = 41.82%
G = 0.23%
B = 57.94%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B301F8 (or 0xB301F8) is known color: Electric Purple. HEX triplet: B3, 01 and F8. RGB value is (179,1,248). Sum of RGB (Red+Green+Blue) = 179+1+248=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #B301F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B301F8 is #4CFE07. Grayscale: #515151. Windows color (decimal): -5045768 or 16253363. OLE color: 16253363.

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

Color convert

RGB 179 1 248 -
CMYK 0.28 1.00 0 0.03
HSL 283.24º 0.99% 0.49% -
HSV(B) 283.24º 1% 0.97% -
XYZ 35.54 16.38 90.1 -
YUV 82.38 221.47 196.92 -
System Red Green Blue C M Y K H S L
Decimal 179 1 248 0.28 1.00 0 0.03 283.24 0.99 0.49
Hex B3 1 F8 1C 64 0 3 11B 63 31
Octal 263 1 370 34 144 0 3 433 143 61
Binary 10110011 1 11111000 11100 1100100 0 11 100011011 1100011 110001

Color Harmonies of #B301F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301F8

Black with #B301F8

Text Example


Text Example

White with #B301F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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