Html Css Color HEX #B119FE Electric Purple

📋 copy color: '#B119FE'

red 177 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #B119FE

Tints of Electric Purple #B119FE

RGB

 RED value IS 177 (69.53% from 255) = 38.82%

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

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

R = 38.82%
G = 5.48%
B = 55.7%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B119FE (or 0xB119FE) is known color: Electric Purple. HEX triplet: B1, 19 and FE. RGB value is (177,25,254). Sum of RGB (Red+Green+Blue) = 177+25+254=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #B119FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119FE is #4EE601. Grayscale: #5F5F5F. Windows color (decimal): -5170690 or 16652721. OLE color: 16652721.

HSL color Cylindrical-coordinate representation of color #B119FE: hue angle of 279.83º 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 #B119FE is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 25 254 -
CMYK 0.30 0.90 0 0.00
HSL 279.83º 0.99% 0.55% -
HSV(B) 279.83º 0.9% 1% -
XYZ 36.37 17.2 95.17 -
YUV 96.55 216.86 185.38 -
System Red Green Blue C M Y K H S L
Decimal 177 25 254 0.30 0.90 0 0.00 279.83 0.99 0.55
Hex B1 19 FE 1E 5A 0 0 118 63 37
Octal 261 31 376 36 132 0 0 430 143 67
Binary 10110001 11001 11111110 11110 1011010 0 0 100011000 1100011 110111

Color Harmonies of #B119FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119FE

Black with #B119FE

Text Example


Text Example

White with #B119FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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