Html Css Color HEX #B124FB Electric Purple

📋 copy color: '#B124FB'

red 177 ◦ green 36 ◦ blue 251

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

Shades of Electric Purple #B124FB

Tints of Electric Purple #B124FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 38.15%
G = 7.76%
B = 54.09%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B124FB (or 0xB124FB) is known color: Electric Purple. HEX triplet: B1, 24 and FB. RGB value is (177,36,251). Sum of RGB (Red+Green+Blue) = 177+36+251=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #B124FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B124FB is #4EDB04. Grayscale: #656565. Windows color (decimal): -5167877 or 16458929. OLE color: 16458929.

HSL color Cylindrical-coordinate representation of color #B124FB: hue angle of 279.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B124FB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 36 251 -
CMYK 0.29 0.86 0 0.02
HSL 279.35º 0.96% 0.56% -
HSV(B) 279.35º 0.86% 0.98% -
XYZ 36.17 17.57 92.75 -
YUV 102.67 211.71 181.02 -
System Red Green Blue C M Y K H S L
Decimal 177 36 251 0.29 0.86 0 0.02 279.35 0.96 0.56
Hex B1 24 FB 1D 56 0 2 117 60 38
Octal 261 44 373 35 126 0 2 427 140 70
Binary 10110001 100100 11111011 11101 1010110 0 10 100010111 1100000 111000

Color Harmonies of #B124FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124FB

Black with #B124FB

Text Example


Text Example

White with #B124FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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