Html Css Color HEX #B911ED Electric Purple

📋 copy color: '#B911ED'

red 185 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #B911ED

Tints of Electric Purple #B911ED

RGB

 RED value IS 185 (72.66% from 255) = 42.14%

 GREEN value IS 17 (7.03% from 255) = 3.87%

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

R = 42.14%
G = 3.87%
B = 53.99%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B911ED (or 0xB911ED) is known color: Electric Purple. HEX triplet: B9, 11 and ED. RGB value is (185,17,237). Sum of RGB (Red+Green+Blue) = 185+17+237=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #B911ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B911ED is #46EE12. Grayscale: #5B5B5B. Windows color (decimal): -4648467 or 15536569. OLE color: 15536569.

HSL color Cylindrical-coordinate representation of color #B911ED: hue angle of 285.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B911ED is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 17 237 -
CMYK 0.22 0.93 0 0.07
HSL 285.82º 0.87% 0.5% -
HSV(B) 285.82º 0.93% 0.93% -
XYZ 35.49 16.83 81.5 -
YUV 92.31 209.66 194.11 -
System Red Green Blue C M Y K H S L
Decimal 185 17 237 0.22 0.93 0 0.07 285.82 0.87 0.5
Hex B9 11 ED 16 5D 0 7 11E 57 32
Octal 271 21 355 26 135 0 7 436 127 62
Binary 10111001 10001 11101101 10110 1011101 0 111 100011110 1010111 110010

Color Harmonies of #B911ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911ED

Black with #B911ED

Text Example


Text Example

White with #B911ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911ED; }

 p { color: rgb(185,17,237); }

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

background-color css

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

 a { background-color: rgb(185,17,237); }

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

border-color css

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

 span { border-color: rgb(185,17,237); }

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