Html Css Color HEX #B11DED Electric Purple

📋 copy color: '#B11DED'

red 177 ◦ green 29 ◦ blue 237

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

Shades of Electric Purple #B11DED

Tints of Electric Purple #B11DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 39.95%
G = 6.55%
B = 53.5%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B11DED (or 0xB11DED) is known color: Electric Purple. HEX triplet: B1, 1D and ED. RGB value is (177,29,237). Sum of RGB (Red+Green+Blue) = 177+29+237=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #B11DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DED is #4EE212. Grayscale: #606060. Windows color (decimal): -5169683 or 15539633. OLE color: 15539633.

HSL color Cylindrical-coordinate representation of color #B11DED: hue angle of 282.69º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11DED is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 29 237 -
CMYK 0.25 0.88 0 0.07
HSL 282.69º 0.85% 0.52% -
HSV(B) 282.69º 0.88% 0.93% -
XYZ 33.86 16.34 81.49 -
YUV 96.96 207.03 185.09 -
System Red Green Blue C M Y K H S L
Decimal 177 29 237 0.25 0.88 0 0.07 282.69 0.85 0.52
Hex B1 1D ED 19 58 0 7 11B 55 34
Octal 261 35 355 31 130 0 7 433 125 64
Binary 10110001 11101 11101101 11001 1011000 0 111 100011011 1010101 110100

Color Harmonies of #B11DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DED

Black with #B11DED

Text Example


Text Example

White with #B11DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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