Html Css Color HEX #B11DFC Electric Purple

📋 copy color: '#B11DFC'

red 177 ◦ green 29 ◦ blue 252

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

Shades of Electric Purple #B11DFC

Tints of Electric Purple #B11DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.33%

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

R = 38.65%
G = 6.33%
B = 55.02%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B11DFC (or 0xB11DFC) is known color: Electric Purple. HEX triplet: B1, 1D and FC. RGB value is (177,29,252). Sum of RGB (Red+Green+Blue) = 177+29+252=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #B11DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DFC is #4EE203. Grayscale: #616161. Windows color (decimal): -5169668 or 16522673. OLE color: 16522673.

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

Color convert

RGB 177 29 252 -
CMYK 0.30 0.88 0 0.01
HSL 279.82º 0.97% 0.55% -
HSV(B) 279.82º 0.88% 0.99% -
XYZ 36.14 17.25 93.52 -
YUV 98.67 214.53 183.87 -
System Red Green Blue C M Y K H S L
Decimal 177 29 252 0.30 0.88 0 0.01 279.82 0.97 0.55
Hex B1 1D FC 1E 58 0 1 118 61 37
Octal 261 35 374 36 130 0 1 430 141 67
Binary 10110001 11101 11111100 11110 1011000 0 1 100011000 1100001 110111

Color Harmonies of #B11DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DFC

Black with #B11DFC

Text Example


Text Example

White with #B11DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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