Html Css Color HEX #B911EF Electric Purple

📋 copy color: '#B911EF'

red 185 ◦ green 17 ◦ blue 239

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

Shades of Electric Purple #B911EF

Tints of Electric Purple #B911EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 41.95%
G = 3.85%
B = 54.2%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B911EF (or 0xB911EF) is known color: Electric Purple. HEX triplet: B9, 11 and EF. RGB value is (185,17,239). Sum of RGB (Red+Green+Blue) = 185+17+239=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #B911EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B911EF is #46EE10. Grayscale: #5B5B5B. Windows color (decimal): -4648465 or 15667641. OLE color: 15667641.

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

Color convert

RGB 185 17 239 -
CMYK 0.23 0.93 0 0.06
HSL 285.41º 0.87% 0.5% -
HSV(B) 285.41º 0.93% 0.94% -
XYZ 35.79 16.95 83.05 -
YUV 92.54 210.66 193.95 -
System Red Green Blue C M Y K H S L
Decimal 185 17 239 0.23 0.93 0 0.06 285.41 0.87 0.5
Hex B9 11 EF 17 5D 0 6 11D 57 32
Octal 271 21 357 27 135 0 6 435 127 62
Binary 10111001 10001 11101111 10111 1011101 0 110 100011101 1010111 110010

Color Harmonies of #B911EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911EF

Black with #B911EF

Text Example


Text Example

White with #B911EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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