Html Css Color HEX #B124FE Electric Purple

📋 copy color: '#B124FE'

red 177 ◦ green 36 ◦ blue 254

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

Shades of Electric Purple #B124FE

Tints of Electric Purple #B124FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.71%

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

R = 37.9%
G = 7.71%
B = 54.39%

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

#B124FE (or 0xB124FE) is known color: Electric Purple. HEX triplet: B1, 24 and FE. RGB value is (177,36,254). Sum of RGB (Red+Green+Blue) = 177+36+254=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #B124FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B124FE is #4EDB01. Grayscale: #666666. Windows color (decimal): -5167874 or 16655537. OLE color: 16655537.

HSL color Cylindrical-coordinate representation of color #B124FE: hue angle of 278.81º 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 #B124FE is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 36 254 -
CMYK 0.30 0.86 0 0.00
HSL 278.81º 0.99% 0.57% -
HSV(B) 278.81º 0.86% 1% -
XYZ 36.65 17.76 95.26 -
YUV 103.01 213.21 180.77 -
System Red Green Blue C M Y K H S L
Decimal 177 36 254 0.30 0.86 0 0.00 278.81 0.99 0.57
Hex B1 24 FE 1E 56 0 0 117 63 39
Octal 261 44 376 36 126 0 0 427 143 71
Binary 10110001 100100 11111110 11110 1010110 0 0 100010111 1100011 111001

Color Harmonies of #B124FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124FE

Black with #B124FE

Text Example


Text Example

White with #B124FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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