Html Css Color HEX #B81FF1 Electric Purple

📋 copy color: '#B81FF1'

red 184 ◦ green 31 ◦ blue 241

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

Shades of Electric Purple #B81FF1

Tints of Electric Purple #B81FF1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.8%

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

R = 40.35%
G = 6.8%
B = 52.85%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B81FF1 (or 0xB81FF1) is known color: Electric Purple. HEX triplet: B8, 1F and F1. RGB value is (184,31,241). Sum of RGB (Red+Green+Blue) = 184+31+241=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #B81FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FF1 is #47E00E. Grayscale: #646464. Windows color (decimal): -4710415 or 15802296. OLE color: 15802296.

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

Color convert

RGB 184 31 241 -
CMYK 0.24 0.87 0 0.05
HSL 283.71º 0.88% 0.53% -
HSV(B) 283.71º 0.87% 0.95% -
XYZ 36.13 17.52 84.7 -
YUV 100.69 207.19 187.42 -
System Red Green Blue C M Y K H S L
Decimal 184 31 241 0.24 0.87 0 0.05 283.71 0.88 0.53
Hex B8 1F F1 18 57 0 5 11C 58 35
Octal 270 37 361 30 127 0 5 434 130 65
Binary 10111000 11111 11110001 11000 1010111 0 101 100011100 1011000 110101

Color Harmonies of #B81FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FF1

Black with #B81FF1

Text Example


Text Example

White with #B81FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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