Html Css Color HEX #B119FA Electric Purple

📋 copy color: '#B119FA'

red 177 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #B119FA

Tints of Electric Purple #B119FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 39.16%
G = 5.53%
B = 55.31%

CMYK

 C value IS 0.29

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B119FA (or 0xB119FA) is known color: Electric Purple. HEX triplet: B1, 19 and FA. RGB value is (177,25,250). Sum of RGB (Red+Green+Blue) = 177+25+250=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #B119FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119FA is #4EE605. Grayscale: #5F5F5F. Windows color (decimal): -5170694 or 16390577. OLE color: 16390577.

HSL color Cylindrical-coordinate representation of color #B119FA: hue angle of 280.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B119FA is Cyan = 0.29, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 25 250 -
CMYK 0.29 0.9 0 0.02
HSL 280.53º 0.96% 0.54% -
HSV(B) 280.53º 0.9% 0.98% -
XYZ 35.73 16.94 91.83 -
YUV 96.1 214.86 185.7 -
System Red Green Blue C M Y K H S L
Decimal 177 25 250 0.29 0.9 0 0.02 280.53 0.96 0.54
Hex B1 19 FA 1D 5A 0 2 119 60 36
Octal 261 31 372 35 132 0 2 431 140 66
Binary 10110001 11001 11111010 11101 1011010 0 10 100011001 1100000 110110

Color Harmonies of #B119FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119FA

Black with #B119FA

Text Example


Text Example

White with #B119FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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