Html Css Color HEX #B11BFD Electric Purple

📋 copy color: '#B11BFD'

red 177 ◦ green 27 ◦ blue 253

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

Shades of Electric Purple #B11BFD

Tints of Electric Purple #B11BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.91%

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

R = 38.73%
G = 5.91%
B = 55.36%

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

#B11BFD (or 0xB11BFD) is known color: Electric Purple. HEX triplet: B1, 1B and FD. RGB value is (177,27,253). Sum of RGB (Red+Green+Blue) = 177+27+253=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #B11BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11BFD is #4EE402. Grayscale: #606060. Windows color (decimal): -5170179 or 16587697. OLE color: 16587697.

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

Color convert

RGB 177 27 253 -
CMYK 0.30 0.89 0 0.01
HSL 279.82º 0.98% 0.55% -
HSV(B) 279.82º 0.89% 0.99% -
XYZ 36.25 17.22 94.34 -
YUV 97.61 215.7 184.62 -
System Red Green Blue C M Y K H S L
Decimal 177 27 253 0.30 0.89 0 0.01 279.82 0.98 0.55
Hex B1 1B FD 1E 59 0 1 118 62 37
Octal 261 33 375 36 131 0 1 430 142 67
Binary 10110001 11011 11111101 11110 1011001 0 1 100011000 1100010 110111

Color Harmonies of #B11BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BFD

Black with #B11BFD

Text Example


Text Example

White with #B11BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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