Html Css Color HEX #B121F4 Electric Purple

📋 copy color: '#B121F4'

red 177 ◦ green 33 ◦ blue 244

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

Shades of Electric Purple #B121F4

Tints of Electric Purple #B121F4

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.27%

 BLUE value IS 244 (95.7% from 255) = 53.74%

R = 38.99%
G = 7.27%
B = 53.74%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B121F4 (or 0xB121F4) is known color: Electric Purple. HEX triplet: B1, 21 and F4. RGB value is (177,33,244). Sum of RGB (Red+Green+Blue) = 177+33+244=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #B121F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B121F4 is #4EDE0B. Grayscale: #636363. Windows color (decimal): -5168652 or 15999409. OLE color: 15999409.

HSL color Cylindrical-coordinate representation of color #B121F4: hue angle of 280.95º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B121F4 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 33 244 -
CMYK 0.27 0.86 0 0.04
HSL 280.95º 0.91% 0.54% -
HSV(B) 280.95º 0.86% 0.96% -
XYZ 35 16.97 87.02 -
YUV 100.11 209.21 182.84 -
System Red Green Blue C M Y K H S L
Decimal 177 33 244 0.27 0.86 0 0.04 280.95 0.91 0.54
Hex B1 21 F4 1B 56 0 4 119 5B 36
Octal 261 41 364 33 126 0 4 431 133 66
Binary 10110001 100001 11110100 11011 1010110 0 100 100011001 1011011 110110

Color Harmonies of #B121F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121F4

Black with #B121F4

Text Example


Text Example

White with #B121F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121F4; }

 p { color: rgb(177,33,244); }

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

background-color css

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

 a { background-color: rgb(177,33,244); }

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

border-color css

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

 span { border-color: rgb(177,33,244); }

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