Html Css Color HEX #B121FD Electric Purple

📋 copy color: '#B121FD'

red 177 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #B121FD

Tints of Electric Purple #B121FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 38.23%
G = 7.13%
B = 54.64%

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

#B121FD (or 0xB121FD) is known color: Electric Purple. HEX triplet: B1, 21 and FD. RGB value is (177,33,253). Sum of RGB (Red+Green+Blue) = 177+33+253=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #B121FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B121FD is #4EDE02. Grayscale: #646464. Windows color (decimal): -5168643 or 16589233. OLE color: 16589233.

HSL color Cylindrical-coordinate representation of color #B121FD: hue angle of 279.27º degrees, saturation: 0.98, 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 #B121FD is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 33 253 -
CMYK 0.30 0.87 0 0.01
HSL 279.27º 0.98% 0.56% -
HSV(B) 279.27º 0.87% 0.99% -
XYZ 36.4 17.53 94.39 -
YUV 101.14 213.71 182.11 -
System Red Green Blue C M Y K H S L
Decimal 177 33 253 0.30 0.87 0 0.01 279.27 0.98 0.56
Hex B1 21 FD 1E 57 0 1 117 62 38
Octal 261 41 375 36 127 0 1 427 142 70
Binary 10110001 100001 11111101 11110 1010111 0 1 100010111 1100010 111000

Color Harmonies of #B121FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121FD

Black with #B121FD

Text Example


Text Example

White with #B121FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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