Html Css Color HEX #B915EE Electric Purple

📋 copy color: '#B915EE'

red 185 ◦ green 21 ◦ blue 238

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

Shades of Electric Purple #B915EE

Tints of Electric Purple #B915EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 41.67%
G = 4.73%
B = 53.6%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B915EE (or 0xB915EE) is known color: Electric Purple. HEX triplet: B9, 15 and EE. RGB value is (185,21,238). Sum of RGB (Red+Green+Blue) = 185+21+238=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #B915EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B915EE is #46EA11. Grayscale: #5E5E5E. Windows color (decimal): -4647442 or 15603129. OLE color: 15603129.

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

Color convert

RGB 185 21 238 -
CMYK 0.22 0.91 0 0.07
HSL 285.35º 0.86% 0.51% -
HSV(B) 285.35º 0.91% 0.93% -
XYZ 35.71 17.02 82.29 -
YUV 94.77 208.83 192.36 -
System Red Green Blue C M Y K H S L
Decimal 185 21 238 0.22 0.91 0 0.07 285.35 0.86 0.51
Hex B9 15 EE 16 5B 0 7 11D 56 33
Octal 271 25 356 26 133 0 7 435 126 63
Binary 10111001 10101 11101110 10110 1011011 0 111 100011101 1010110 110011

Color Harmonies of #B915EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915EE

Black with #B915EE

Text Example


Text Example

White with #B915EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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