Html Css Color HEX #B124FF Electric Purple

📋 copy color: '#B124FF'

red 177 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #B124FF

Tints of Electric Purple #B124FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 37.82%
G = 7.69%
B = 54.49%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B124FF (or 0xB124FF) is known color: Electric Purple. HEX triplet: B1, 24 and FF. RGB value is (177,36,255). Sum of RGB (Red+Green+Blue) = 177+36+255=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #B124FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B124FF is #4EDB00. Grayscale: #666666. Windows color (decimal): -5167873 or 16721073. OLE color: 16721073.

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

Color convert

RGB 177 36 255 -
CMYK 0.31 0.86 0 0
HSL 278.63º 1% 0.57% -
HSV(B) 278.63º 0.86% 1% -
XYZ 36.81 17.83 96.11 -
YUV 103.13 213.71 180.69 -
System Red Green Blue C M Y K H S L
Decimal 177 36 255 0.31 0.86 0 0 278.63 1 0.57
Hex B1 24 FF 1F 56 0 0 117 64 39
Octal 261 44 377 37 126 0 0 427 144 71
Binary 10110001 100100 11111111 11111 1010110 0 0 100010111 1100100 111001

Color Harmonies of #B124FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124FF

Black with #B124FF

Text Example


Text Example

White with #B124FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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