Html Css Color HEX #B11CFC Electric Purple

📋 copy color: '#B11CFC'

red 177 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #B11CFC

Tints of Electric Purple #B11CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.13%

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

R = 38.73%
G = 6.13%
B = 55.14%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B11CFC (or 0xB11CFC) is known color: Electric Purple. HEX triplet: B1, 1C and FC. RGB value is (177,28,252). Sum of RGB (Red+Green+Blue) = 177+28+252=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #B11CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CFC is #4EE303. Grayscale: #616161. Windows color (decimal): -5169924 or 16522417. OLE color: 16522417.

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

Color convert

RGB 177 28 252 -
CMYK 0.30 0.89 0 0.01
HSL 279.91º 0.97% 0.55% -
HSV(B) 279.91º 0.89% 0.99% -
XYZ 36.12 17.21 93.51 -
YUV 98.09 214.86 184.29 -
System Red Green Blue C M Y K H S L
Decimal 177 28 252 0.30 0.89 0 0.01 279.91 0.97 0.55
Hex B1 1C FC 1E 59 0 1 118 61 37
Octal 261 34 374 36 131 0 1 430 141 67
Binary 10110001 11100 11111100 11110 1011001 0 1 100011000 1100001 110111

Color Harmonies of #B11CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CFC

Black with #B11CFC

Text Example


Text Example

White with #B11CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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