Html Css Color HEX #B104FE Electric Purple

📋 copy color: '#B104FE'

red 177 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #B104FE

Tints of Electric Purple #B104FE

RGB

 RED value IS 177 (69.53% from 255) = 40.69%

 GREEN value IS 4 (1.95% from 255) = 0.92%

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

R = 40.69%
G = 0.92%
B = 58.39%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B104FE (or 0xB104FE) is known color: Electric Purple. HEX triplet: B1, 04 and FE. RGB value is (177,4,254). Sum of RGB (Red+Green+Blue) = 177+4+254=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #B104FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B104FE is #4EFB01. Grayscale: #535353. Windows color (decimal): -5176066 or 16647345. OLE color: 16647345.

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

Color convert

RGB 177 4 254 -
CMYK 0.30 0.98 0 0.00
HSL 281.52º 0.99% 0.51% -
HSV(B) 281.52º 0.98% 1% -
XYZ 36.06 16.59 95.07 -
YUV 84.23 223.81 194.17 -
System Red Green Blue C M Y K H S L
Decimal 177 4 254 0.30 0.98 0 0.00 281.52 0.99 0.51
Hex B1 4 FE 1E 62 0 0 11A 63 33
Octal 261 4 376 36 142 0 0 432 143 63
Binary 10110001 100 11111110 11110 1100010 0 0 100011010 1100011 110011

Color Harmonies of #B104FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104FE

Black with #B104FE

Text Example


Text Example

White with #B104FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104FE; }

 p { color: rgb(177,4,254); }

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

background-color css

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

 a { background-color: rgb(177,4,254); }

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

border-color css

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

 span { border-color: rgb(177,4,254); }

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