Html Css Color HEX #B931FE Electric Purple

📋 copy color: '#B931FE'

red 185 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #B931FE

Tints of Electric Purple #B931FE

RGB

 RED value IS 185 (72.66% from 255) = 37.91%

 GREEN value IS 49 (19.53% from 255) = 10.04%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 37.91%
G = 10.04%
B = 52.05%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B931FE (or 0xB931FE) is known color: Electric Purple. HEX triplet: B9, 31 and FE. RGB value is (185,49,254). Sum of RGB (Red+Green+Blue) = 185+49+254=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #B931FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931FE is #46CE01. Grayscale: #707070. Windows color (decimal): -4640258 or 16658873. OLE color: 16658873.

HSL color Cylindrical-coordinate representation of color #B931FE: hue angle of 279.8º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B931FE is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 49 254 -
CMYK 0.27 0.81 0 0.00
HSL 279.8º 0.99% 0.59% -
HSV(B) 279.8º 0.81% 1% -
XYZ 39 19.67 95.51 -
YUV 113.03 207.56 179.33 -
System Red Green Blue C M Y K H S L
Decimal 185 49 254 0.27 0.81 0 0.00 279.8 0.99 0.59
Hex B9 31 FE 1B 51 0 0 118 63 3B
Octal 271 61 376 33 121 0 0 430 143 73
Binary 10111001 110001 11111110 11011 1010001 0 0 100011000 1100011 111011

Color Harmonies of #B931FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931FE

Black with #B931FE

Text Example


Text Example

White with #B931FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931FE; }

 p { color: rgb(185,49,254); }

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

background-color css

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

 a { background-color: rgb(185,49,254); }

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

border-color css

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

 span { border-color: rgb(185,49,254); }

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