Html Css Color HEX #B81FFA Electric Purple

📋 copy color: '#B81FFA'

red 184 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #B81FFA

Tints of Electric Purple #B81FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 39.57%
G = 6.67%
B = 53.76%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B81FFA (or 0xB81FFA) is known color: Electric Purple. HEX triplet: B8, 1F and FA. RGB value is (184,31,250). Sum of RGB (Red+Green+Blue) = 184+31+250=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #B81FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FFA is #47E005. Grayscale: #646464. Windows color (decimal): -4710406 or 16392120. OLE color: 16392120.

HSL color Cylindrical-coordinate representation of color #B81FFA: hue angle of 281.92º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81FFA is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 31 250 -
CMYK 0.26 0.88 0 0.02
HSL 281.92º 0.96% 0.55% -
HSV(B) 281.92º 0.88% 0.98% -
XYZ 37.51 18.07 91.95 -
YUV 101.71 211.69 186.69 -
System Red Green Blue C M Y K H S L
Decimal 184 31 250 0.26 0.88 0 0.02 281.92 0.96 0.55
Hex B8 1F FA 1A 58 0 2 11A 60 37
Octal 270 37 372 32 130 0 2 432 140 67
Binary 10111000 11111 11111010 11010 1011000 0 10 100011010 1100000 110111

Color Harmonies of #B81FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FFA

Black with #B81FFA

Text Example


Text Example

White with #B81FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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