Html Css Color HEX #B109ED Electric Purple

📋 copy color: '#B109ED'

red 177 ◦ green 9 ◦ blue 237

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

Shades of Electric Purple #B109ED

Tints of Electric Purple #B109ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.03%

R = 41.84%
G = 2.13%
B = 56.03%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B109ED (or 0xB109ED) is known color: Electric Purple. HEX triplet: B1, 09 and ED. RGB value is (177,9,237). Sum of RGB (Red+Green+Blue) = 177+9+237=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #B109ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B109ED is #4EF612. Grayscale: #545454. Windows color (decimal): -5174803 or 15534513. OLE color: 15534513.

HSL color Cylindrical-coordinate representation of color #B109ED: hue angle of 284.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109ED is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 9 237 -
CMYK 0.25 0.96 0 0.07
HSL 284.21º 0.93% 0.48% -
HSV(B) 284.21º 0.96% 0.93% -
XYZ 33.52 15.66 81.38 -
YUV 85.22 213.66 193.46 -
System Red Green Blue C M Y K H S L
Decimal 177 9 237 0.25 0.96 0 0.07 284.21 0.93 0.48
Hex B1 9 ED 19 60 0 7 11C 5D 30
Octal 261 11 355 31 140 0 7 434 135 60
Binary 10110001 1001 11101101 11001 1100000 0 111 100011100 1011101 110000

Color Harmonies of #B109ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109ED

Black with #B109ED

Text Example


Text Example

White with #B109ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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