Html Css Color HEX #B301F9 Electric Purple

📋 copy color: '#B301F9'

red 179 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #B301F9

Tints of Electric Purple #B301F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.04%

R = 41.72%
G = 0.23%
B = 58.04%

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

#B301F9 (or 0xB301F9) is known color: Electric Purple. HEX triplet: B3, 01 and F9. RGB value is (179,1,249). Sum of RGB (Red+Green+Blue) = 179+1+249=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #B301F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B301F9 is #4CFE06. Grayscale: #515151. Windows color (decimal): -5045767 or 16318899. OLE color: 16318899.

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

Color convert

RGB 179 1 249 -
CMYK 0.28 1.00 0 0.02
HSL 283.06º 0.99% 0.49% -
HSV(B) 283.06º 1% 0.98% -
XYZ 35.7 16.44 90.92 -
YUV 82.49 221.97 196.83 -
System Red Green Blue C M Y K H S L
Decimal 179 1 249 0.28 1.00 0 0.02 283.06 0.99 0.49
Hex B3 1 F9 1C 64 0 2 11B 63 31
Octal 263 1 371 34 144 0 2 433 143 61
Binary 10110011 1 11111001 11100 1100100 0 10 100011011 1100011 110001

Color Harmonies of #B301F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301F9

Black with #B301F9

Text Example


Text Example

White with #B301F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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