Html Css Color HEX #B300FE Electric Purple

📋 copy color: '#B300FE'

red 179 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #B300FE

Tints of Electric Purple #B300FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 41.34%
G = 0%
B = 58.66%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B300FE (or 0xB300FE) is known color: Electric Purple. HEX triplet: B3, 00 and FE. RGB value is (179,0,254). Sum of RGB (Red+Green+Blue) = 179+0+254=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #B300FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B300FE is #4CFF01. Grayscale: #515151. Windows color (decimal): -5046018 or 16646323. OLE color: 16646323.

HSL color Cylindrical-coordinate representation of color #B300FE: hue angle of 282.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300FE is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 0 254 -
CMYK 0.30 1 0 0.00
HSL 282.28º 1% 0.5% -
HSV(B) 282.28º 1% 1% -
XYZ 36.48 16.74 95.07 -
YUV 82.48 224.8 196.85 -
System Red Green Blue C M Y K H S L
Decimal 179 0 254 0.30 1 0 0.00 282.28 1 0.5
Hex B3 0 FE 1E 64 0 0 11A 64 32
Octal 263 0 376 36 144 0 0 432 144 62
Binary 10110011 0 11111110 11110 1100100 0 0 100011010 1100100 110010

Color Harmonies of #B300FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300FE

Black with #B300FE

Text Example


Text Example

White with #B300FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300FE; }

 p { color: rgb(179,0,254); }

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

background-color css

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

 a { background-color: rgb(179,0,254); }

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

border-color css

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

 span { border-color: rgb(179,0,254); }

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