Html Css Color HEX #B911EA Electric Purple

📋 copy color: '#B911EA'

red 185 ◦ green 17 ◦ blue 234

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

Shades of Electric Purple #B911EA

Tints of Electric Purple #B911EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 42.43%
G = 3.9%
B = 53.67%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B911EA (or 0xB911EA) is known color: Electric Purple. HEX triplet: B9, 11 and EA. RGB value is (185,17,234). Sum of RGB (Red+Green+Blue) = 185+17+234=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #B911EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B911EA is #46EE15. Grayscale: #5B5B5B. Windows color (decimal): -4648470 or 15339961. OLE color: 15339961.

HSL color Cylindrical-coordinate representation of color #B911EA: hue angle of 286.45º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B911EA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 17 234 -
CMYK 0.21 0.93 0 0.08
HSL 286.45º 0.86% 0.49% -
HSV(B) 286.45º 0.93% 0.92% -
XYZ 35.06 16.66 79.21 -
YUV 91.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 185 17 234 0.21 0.93 0 0.08 286.45 0.86 0.49
Hex B9 11 EA 15 5D 0 8 11E 56 31
Octal 271 21 352 25 135 0 10 436 126 61
Binary 10111001 10001 11101010 10101 1011101 0 1000 100011110 1010110 110001

Color Harmonies of #B911EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911EA

Black with #B911EA

Text Example


Text Example

White with #B911EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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