Html Css Color HEX #B124FD Electric Purple

📋 copy color: '#B124FD'

red 177 ◦ green 36 ◦ blue 253

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

Shades of Electric Purple #B124FD

Tints of Electric Purple #B124FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 37.98%
G = 7.73%
B = 54.29%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B124FD (or 0xB124FD) is known color: Electric Purple. HEX triplet: B1, 24 and FD. RGB value is (177,36,253). Sum of RGB (Red+Green+Blue) = 177+36+253=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #B124FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B124FD is #4EDB02. Grayscale: #666666. Windows color (decimal): -5167875 or 16590001. OLE color: 16590001.

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

Color convert

RGB 177 36 253 -
CMYK 0.30 0.86 0 0.01
HSL 278.99º 0.98% 0.57% -
HSV(B) 278.99º 0.86% 0.99% -
XYZ 36.49 17.7 94.42 -
YUV 102.9 212.71 180.86 -
System Red Green Blue C M Y K H S L
Decimal 177 36 253 0.30 0.86 0 0.01 278.99 0.98 0.57
Hex B1 24 FD 1E 56 0 1 117 62 39
Octal 261 44 375 36 126 0 1 427 142 71
Binary 10110001 100100 11111101 11110 1010110 0 1 100010111 1100010 111001

Color Harmonies of #B124FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124FD

Black with #B124FD

Text Example


Text Example

White with #B124FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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