Html Css Color HEX #B931F9 Electric Purple

📋 copy color: '#B931F9'

red 185 ◦ green 49 ◦ blue 249

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

Shades of Electric Purple #B931F9

Tints of Electric Purple #B931F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.55%

R = 38.3%
G = 10.14%
B = 51.55%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B931F9 (or 0xB931F9) is known color: Electric Purple. HEX triplet: B9, 31 and F9. RGB value is (185,49,249). Sum of RGB (Red+Green+Blue) = 185+49+249=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #B931F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931F9 is #46CE06. Grayscale: #6F6F6F. Windows color (decimal): -4640263 or 16331193. OLE color: 16331193.

HSL color Cylindrical-coordinate representation of color #B931F9: hue angle of 280.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B931F9 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 49 249 -
CMYK 0.26 0.80 0 0.02
HSL 280.8º 0.94% 0.58% -
HSV(B) 280.8º 0.8% 0.98% -
XYZ 38.2 19.35 91.34 -
YUV 112.46 205.06 179.74 -
System Red Green Blue C M Y K H S L
Decimal 185 49 249 0.26 0.80 0 0.02 280.8 0.94 0.58
Hex B9 31 F9 1A 50 0 2 119 5E 3A
Octal 271 61 371 32 120 0 2 431 136 72
Binary 10111001 110001 11111001 11010 1010000 0 10 100011001 1011110 111010

Color Harmonies of #B931F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931F9

Black with #B931F9

Text Example


Text Example

White with #B931F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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