Html Css Color HEX #B119E9 Electric Purple

📋 copy color: '#B119E9'

red 177 ◦ green 25 ◦ blue 233

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

Shades of Electric Purple #B119E9

Tints of Electric Purple #B119E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 40.69%
G = 5.75%
B = 53.56%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B119E9 (or 0xB119E9) is known color: Electric Purple. HEX triplet: B1, 19 and E9. RGB value is (177,25,233). Sum of RGB (Red+Green+Blue) = 177+25+233=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #B119E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119E9 is #4EE616. Grayscale: #5D5D5D. Windows color (decimal): -5170711 or 15276465. OLE color: 15276465.

HSL color Cylindrical-coordinate representation of color #B119E9: hue angle of 283.85º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B119E9 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 25 233 -
CMYK 0.24 0.89 0 0.09
HSL 283.85º 0.83% 0.51% -
HSV(B) 283.85º 0.89% 0.91% -
XYZ 33.19 15.93 78.42 -
YUV 94.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 177 25 233 0.24 0.89 0 0.09 283.85 0.83 0.51
Hex B1 19 E9 18 59 0 9 11C 53 33
Octal 261 31 351 30 131 0 11 434 123 63
Binary 10110001 11001 11101001 11000 1011001 0 1001 100011100 1010011 110011

Color Harmonies of #B119E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119E9

Black with #B119E9

Text Example


Text Example

White with #B119E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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