Html Css Color HEX #B81FFF Electric Purple

📋 copy color: '#B81FFF'

red 184 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #B81FFF

Tints of Electric Purple #B81FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 39.15%
G = 6.6%
B = 54.26%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B81FFF (or 0xB81FFF) is known color: Electric Purple. HEX triplet: B8, 1F and FF. RGB value is (184,31,255). Sum of RGB (Red+Green+Blue) = 184+31+255=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #B81FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FFF is #47E000. Grayscale: #656565. Windows color (decimal): -4710401 or 16719800. OLE color: 16719800.

HSL color Cylindrical-coordinate representation of color #B81FFF: hue angle of 280.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81FFF is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 31 255 -
CMYK 0.28 0.88 0 0
HSL 280.98º 1% 0.56% -
HSV(B) 280.98º 0.88% 1% -
XYZ 38.31 18.39 96.14 -
YUV 102.28 214.19 186.29 -
System Red Green Blue C M Y K H S L
Decimal 184 31 255 0.28 0.88 0 0 280.98 1 0.56
Hex B8 1F FF 1C 58 0 0 119 64 38
Octal 270 37 377 34 130 0 0 431 144 70
Binary 10111000 11111 11111111 11100 1011000 0 0 100011001 1100100 111000

Color Harmonies of #B81FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FFF

Black with #B81FFF

Text Example


Text Example

White with #B81FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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