Html Css Color HEX #B919FE Electric Purple

📋 copy color: '#B919FE'

red 185 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #B919FE

Tints of Electric Purple #B919FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.39%

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

R = 39.87%
G = 5.39%
B = 54.74%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B919FE (or 0xB919FE) is known color: Electric Purple. HEX triplet: B9, 19 and FE. RGB value is (185,25,254). Sum of RGB (Red+Green+Blue) = 185+25+254=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #B919FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B919FE is #46E601. Grayscale: #626262. Windows color (decimal): -4646402 or 16652729. OLE color: 16652729.

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

Color convert

RGB 185 25 254 -
CMYK 0.27 0.90 0 0.00
HSL 281.92º 0.99% 0.55% -
HSV(B) 281.92º 0.9% 1% -
XYZ 38.24 18.17 95.26 -
YUV 98.95 215.51 189.38 -
System Red Green Blue C M Y K H S L
Decimal 185 25 254 0.27 0.90 0 0.00 281.92 0.99 0.55
Hex B9 19 FE 1B 5A 0 0 11A 63 37
Octal 271 31 376 33 132 0 0 432 143 67
Binary 10111001 11001 11111110 11011 1011010 0 0 100011010 1100011 110111

Color Harmonies of #B919FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919FE

Black with #B919FE

Text Example


Text Example

White with #B919FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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