Html Css Color HEX #B815E1 Electric Purple

📋 copy color: '#B815E1'

red 184 ◦ green 21 ◦ blue 225

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

Shades of Electric Purple #B815E1

Tints of Electric Purple #B815E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.33%

R = 42.79%
G = 4.88%
B = 52.33%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B815E1 (or 0xB815E1) is known color: Electric Purple. HEX triplet: B8, 15 and E1. RGB value is (184,21,225). Sum of RGB (Red+Green+Blue) = 184+21+225=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #B815E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815E1 is #47EA1E. Grayscale: #5C5C5C. Windows color (decimal): -4712991 or 14751160. OLE color: 14751160.

HSL color Cylindrical-coordinate representation of color #B815E1: hue angle of 287.94º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B815E1 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 21 225 -
CMYK 0.18 0.91 0 0.12
HSL 287.94º 0.83% 0.48% -
HSV(B) 287.94º 0.91% 0.88% -
XYZ 33.63 16.16 72.58 -
YUV 92.99 202.5 192.91 -
System Red Green Blue C M Y K H S L
Decimal 184 21 225 0.18 0.91 0 0.12 287.94 0.83 0.48
Hex B8 15 E1 12 5B 0 C 120 53 30
Octal 270 25 341 22 133 0 14 440 123 60
Binary 10111000 10101 11100001 10010 1011011 0 1100 100100000 1010011 110000

Color Harmonies of #B815E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815E1

Black with #B815E1

Text Example


Text Example

White with #B815E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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