Html Css Color HEX #B119FC Electric Purple

📋 copy color: '#B119FC'

red 177 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #B119FC

Tints of Electric Purple #B119FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 38.99%
G = 5.51%
B = 55.51%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B119FC (or 0xB119FC) is known color: Electric Purple. HEX triplet: B1, 19 and FC. RGB value is (177,25,252). Sum of RGB (Red+Green+Blue) = 177+25+252=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #B119FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119FC is #4EE603. Grayscale: #5F5F5F. Windows color (decimal): -5170692 or 16521649. OLE color: 16521649.

HSL color Cylindrical-coordinate representation of color #B119FC: hue angle of 280.18º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B119FC is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 25 252 -
CMYK 0.30 0.90 0 0.01
HSL 280.18º 0.97% 0.54% -
HSV(B) 280.18º 0.9% 0.99% -
XYZ 36.05 17.07 93.49 -
YUV 96.33 215.86 185.54 -
System Red Green Blue C M Y K H S L
Decimal 177 25 252 0.30 0.90 0 0.01 280.18 0.97 0.54
Hex B1 19 FC 1E 5A 0 1 118 61 36
Octal 261 31 374 36 132 0 1 430 141 66
Binary 10110001 11001 11111100 11110 1011010 0 1 100011000 1100001 110110

Color Harmonies of #B119FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119FC

Black with #B119FC

Text Example


Text Example

White with #B119FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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