Html Css Color HEX #B123FE Electric Purple

📋 copy color: '#B123FE'

red 177 ◦ green 35 ◦ blue 254

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

Shades of Electric Purple #B123FE

Tints of Electric Purple #B123FE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.51%

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

R = 37.98%
G = 7.51%
B = 54.51%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B123FE (or 0xB123FE) is known color: Electric Purple. HEX triplet: B1, 23 and FE. RGB value is (177,35,254). Sum of RGB (Red+Green+Blue) = 177+35+254=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #B123FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B123FE is #4EDC01. Grayscale: #656565. Windows color (decimal): -5168130 or 16655281. OLE color: 16655281.

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

Color convert

RGB 177 35 254 -
CMYK 0.30 0.86 0 0.00
HSL 278.9º 0.99% 0.57% -
HSV(B) 278.9º 0.86% 1% -
XYZ 36.62 17.7 95.25 -
YUV 102.42 213.54 181.19 -
System Red Green Blue C M Y K H S L
Decimal 177 35 254 0.30 0.86 0 0.00 278.9 0.99 0.57
Hex B1 23 FE 1E 56 0 0 117 63 39
Octal 261 43 376 36 126 0 0 427 143 71
Binary 10110001 100011 11111110 11110 1010110 0 0 100010111 1100011 111001

Color Harmonies of #B123FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123FE

Black with #B123FE

Text Example


Text Example

White with #B123FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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