Html Css Color HEX #B915EF Electric Purple

📋 copy color: '#B915EF'

red 185 ◦ green 21 ◦ blue 239

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

Shades of Electric Purple #B915EF

Tints of Electric Purple #B915EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.72%

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

R = 41.57%
G = 4.72%
B = 53.71%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B915EF (or 0xB915EF) is known color: Electric Purple. HEX triplet: B9, 15 and EF. RGB value is (185,21,239). Sum of RGB (Red+Green+Blue) = 185+21+239=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #B915EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B915EF is #46EA10. Grayscale: #5E5E5E. Windows color (decimal): -4647441 or 15668665. OLE color: 15668665.

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

Color convert

RGB 185 21 239 -
CMYK 0.23 0.91 0 0.06
HSL 285.14º 0.87% 0.51% -
HSV(B) 285.14º 0.91% 0.94% -
XYZ 35.86 17.08 83.07 -
YUV 94.89 209.33 192.27 -
System Red Green Blue C M Y K H S L
Decimal 185 21 239 0.23 0.91 0 0.06 285.14 0.87 0.51
Hex B9 15 EF 17 5B 0 6 11D 57 33
Octal 271 25 357 27 133 0 6 435 127 63
Binary 10111001 10101 11101111 10111 1011011 0 110 100011101 1010111 110011

Color Harmonies of #B915EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915EF

Black with #B915EF

Text Example


Text Example

White with #B915EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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