Html Css Color HEX #B815F1 Electric Purple

📋 copy color: '#B815F1'

red 184 ◦ green 21 ◦ blue 241

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

Shades of Electric Purple #B815F1

Tints of Electric Purple #B815F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.04%

R = 41.26%
G = 4.71%
B = 54.04%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B815F1 (or 0xB815F1) is known color: Electric Purple. HEX triplet: B8, 15 and F1. RGB value is (184,21,241). Sum of RGB (Red+Green+Blue) = 184+21+241=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #B815F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B815F1 is #47EA0E. Grayscale: #5E5E5E. Windows color (decimal): -4712975 or 15799736. OLE color: 15799736.

HSL color Cylindrical-coordinate representation of color #B815F1: hue angle of 284.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B815F1 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 21 241 -
CMYK 0.24 0.91 0 0.05
HSL 284.45º 0.89% 0.51% -
HSV(B) 284.45º 0.91% 0.95% -
XYZ 35.91 17.08 84.62 -
YUV 94.82 210.5 191.61 -
System Red Green Blue C M Y K H S L
Decimal 184 21 241 0.24 0.91 0 0.05 284.45 0.89 0.51
Hex B8 15 F1 18 5B 0 5 11C 59 33
Octal 270 25 361 30 133 0 5 434 131 63
Binary 10111000 10101 11110001 11000 1011011 0 101 100011100 1011001 110011

Color Harmonies of #B815F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815F1

Black with #B815F1

Text Example


Text Example

White with #B815F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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