Html Css Color HEX #B119F6 Electric Purple

📋 copy color: '#B119F6'

red 177 ◦ green 25 ◦ blue 246

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

Shades of Electric Purple #B119F6

Tints of Electric Purple #B119F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.91%

R = 39.51%
G = 5.58%
B = 54.91%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B119F6 (or 0xB119F6) is known color: Electric Purple. HEX triplet: B1, 19 and F6. RGB value is (177,25,246). Sum of RGB (Red+Green+Blue) = 177+25+246=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #B119F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B119F6 is #4EE609. Grayscale: #5E5E5E. Windows color (decimal): -5170698 or 16128433. OLE color: 16128433.

HSL color Cylindrical-coordinate representation of color #B119F6: hue angle of 281.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B119F6 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 25 246 -
CMYK 0.28 0.90 0 0.04
HSL 281.27º 0.92% 0.53% -
HSV(B) 281.27º 0.9% 0.96% -
XYZ 35.11 16.7 88.56 -
YUV 95.64 212.86 186.03 -
System Red Green Blue C M Y K H S L
Decimal 177 25 246 0.28 0.90 0 0.04 281.27 0.92 0.53
Hex B1 19 F6 1C 5A 0 4 119 5C 35
Octal 261 31 366 34 132 0 4 431 134 65
Binary 10110001 11001 11110110 11100 1011010 0 100 100011001 1011100 110101

Color Harmonies of #B119F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119F6

Black with #B119F6

Text Example


Text Example

White with #B119F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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