Html Css Color HEX #B121FA Electric Purple

📋 copy color: '#B121FA'

red 177 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #B121FA

Tints of Electric Purple #B121FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 38.48%
G = 7.17%
B = 54.35%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B121FA (or 0xB121FA) is known color: Electric Purple. HEX triplet: B1, 21 and FA. RGB value is (177,33,250). Sum of RGB (Red+Green+Blue) = 177+33+250=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #B121FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B121FA is #4EDE05. Grayscale: #646464. Windows color (decimal): -5168646 or 16392625. OLE color: 16392625.

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

Color convert

RGB 177 33 250 -
CMYK 0.29 0.87 0 0.02
HSL 279.82º 0.96% 0.55% -
HSV(B) 279.82º 0.87% 0.98% -
XYZ 35.93 17.34 91.9 -
YUV 100.79 212.21 182.36 -
System Red Green Blue C M Y K H S L
Decimal 177 33 250 0.29 0.87 0 0.02 279.82 0.96 0.55
Hex B1 21 FA 1D 57 0 2 118 60 37
Octal 261 41 372 35 127 0 2 430 140 67
Binary 10110001 100001 11111010 11101 1010111 0 10 100011000 1100000 110111

Color Harmonies of #B121FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121FA

Black with #B121FA

Text Example


Text Example

White with #B121FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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