Html Css Color HEX #B914FE Electric Purple

📋 copy color: '#B914FE'

red 185 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #B914FE

Tints of Electric Purple #B914FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.36%

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

R = 40.31%
G = 4.36%
B = 55.34%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B914FE (or 0xB914FE) is known color: Electric Purple. HEX triplet: B9, 14 and FE. RGB value is (185,20,254). Sum of RGB (Red+Green+Blue) = 185+20+254=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #B914FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B914FE is #46EB01. Grayscale: #5F5F5F. Windows color (decimal): -4647682 or 16651449. OLE color: 16651449.

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

Color convert

RGB 185 20 254 -
CMYK 0.27 0.92 0 0.00
HSL 282.31º 0.99% 0.54% -
HSV(B) 282.31º 0.92% 1% -
XYZ 38.15 17.97 95.22 -
YUV 96.01 217.16 191.47 -
System Red Green Blue C M Y K H S L
Decimal 185 20 254 0.27 0.92 0 0.00 282.31 0.99 0.54
Hex B9 14 FE 1B 5C 0 0 11A 63 36
Octal 271 24 376 33 134 0 0 432 143 66
Binary 10111001 10100 11111110 11011 1011100 0 0 100011010 1100011 110110

Color Harmonies of #B914FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914FE

Black with #B914FE

Text Example


Text Example

White with #B914FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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