Html Css Color HEX #B815EE Electric Purple

📋 copy color: '#B815EE'

red 184 ◦ green 21 ◦ blue 238

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

Shades of Electric Purple #B815EE

Tints of Electric Purple #B815EE

RGB

 RED value IS 184 (72.27% from 255) = 41.53%

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

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

R = 41.53%
G = 4.74%
B = 53.72%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B815EE (or 0xB815EE) is known color: Electric Purple. HEX triplet: B8, 15 and EE. RGB value is (184,21,238). Sum of RGB (Red+Green+Blue) = 184+21+238=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #B815EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B815EE is #47EA11. Grayscale: #5D5D5D. Windows color (decimal): -4712978 or 15603128. OLE color: 15603128.

HSL color Cylindrical-coordinate representation of color #B815EE: hue angle of 285.07º 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 #B815EE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 21 238 -
CMYK 0.23 0.91 0 0.07
HSL 285.07º 0.86% 0.51% -
HSV(B) 285.07º 0.91% 0.93% -
XYZ 35.47 16.9 82.28 -
YUV 94.48 209 191.86 -
System Red Green Blue C M Y K H S L
Decimal 184 21 238 0.23 0.91 0 0.07 285.07 0.86 0.51
Hex B8 15 EE 17 5B 0 7 11D 56 33
Octal 270 25 356 27 133 0 7 435 126 63
Binary 10111000 10101 11101110 10111 1011011 0 111 100011101 1010110 110011

Color Harmonies of #B815EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815EE

Black with #B815EE

Text Example


Text Example

White with #B815EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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