Html Css Color HEX #B109E6 Electric Purple

📋 copy color: '#B109E6'

red 177 ◦ green 9 ◦ blue 230

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

Shades of Electric Purple #B109E6

Tints of Electric Purple #B109E6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

 BLUE value IS 230 (90.23% from 255) = 55.29%

R = 42.55%
G = 2.16%
B = 55.29%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B109E6 (or 0xB109E6) is known color: Electric Purple. HEX triplet: B1, 09 and E6. RGB value is (177,9,230). Sum of RGB (Red+Green+Blue) = 177+9+230=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #B109E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B109E6 is #4EF619. Grayscale: #535353. Windows color (decimal): -5174810 or 15075761. OLE color: 15075761.

HSL color Cylindrical-coordinate representation of color #B109E6: hue angle of 285.61º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109E6 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 9 230 -
CMYK 0.23 0.96 0 0.10
HSL 285.61º 0.92% 0.47% -
HSV(B) 285.61º 0.96% 0.9% -
XYZ 32.51 15.26 76.09 -
YUV 84.43 210.16 194.03 -
System Red Green Blue C M Y K H S L
Decimal 177 9 230 0.23 0.96 0 0.10 285.61 0.92 0.47
Hex B1 9 E6 17 60 0 A 11E 5C 2F
Octal 261 11 346 27 140 0 12 436 134 57
Binary 10110001 1001 11100110 10111 1100000 0 1010 100011110 1011100 101111

Color Harmonies of #B109E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109E6

Black with #B109E6

Text Example


Text Example

White with #B109E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109E6; }

 p { color: rgb(177,9,230); }

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

background-color css

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

 a { background-color: rgb(177,9,230); }

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

border-color css

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

 span { border-color: rgb(177,9,230); }

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