Html Css Color HEX #B121FC Electric Purple

📋 copy color: '#B121FC'

red 177 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #B121FC

Tints of Electric Purple #B121FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 38.31%
G = 7.14%
B = 54.55%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B121FC (or 0xB121FC) is known color: Electric Purple. HEX triplet: B1, 21 and FC. RGB value is (177,33,252). Sum of RGB (Red+Green+Blue) = 177+33+252=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #B121FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B121FC is #4EDE03. Grayscale: #646464. Windows color (decimal): -5168644 or 16523697. OLE color: 16523697.

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

Color convert

RGB 177 33 252 -
CMYK 0.30 0.87 0 0.01
HSL 279.45º 0.97% 0.56% -
HSV(B) 279.45º 0.87% 0.99% -
XYZ 36.25 17.46 93.56 -
YUV 101.02 213.21 182.19 -
System Red Green Blue C M Y K H S L
Decimal 177 33 252 0.30 0.87 0 0.01 279.45 0.97 0.56
Hex B1 21 FC 1E 57 0 1 117 61 38
Octal 261 41 374 36 127 0 1 427 141 70
Binary 10110001 100001 11111100 11110 1010111 0 1 100010111 1100001 111000

Color Harmonies of #B121FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121FC

Black with #B121FC

Text Example


Text Example

White with #B121FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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