Html Css Color HEX #B109FC Electric Purple

📋 copy color: '#B109FC'

red 177 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #B109FC

Tints of Electric Purple #B109FC

RGB

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

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

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

R = 40.41%
G = 2.05%
B = 57.53%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B109FC (or 0xB109FC) is known color: Electric Purple. HEX triplet: B1, 09 and FC. RGB value is (177,9,252). Sum of RGB (Red+Green+Blue) = 177+9+252=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #B109FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B109FC is #4EF603. Grayscale: #565656. Windows color (decimal): -5174788 or 16517553. OLE color: 16517553.

HSL color Cylindrical-coordinate representation of color #B109FC: hue angle of 281.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109FC is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 9 252 -
CMYK 0.30 0.96 0 0.01
HSL 281.48º 0.98% 0.51% -
HSV(B) 281.48º 0.96% 0.99% -
XYZ 35.8 16.57 93.41 -
YUV 86.93 221.16 192.24 -
System Red Green Blue C M Y K H S L
Decimal 177 9 252 0.30 0.96 0 0.01 281.48 0.98 0.51
Hex B1 9 FC 1E 60 0 1 119 62 33
Octal 261 11 374 36 140 0 1 431 142 63
Binary 10110001 1001 11111100 11110 1100000 0 1 100011001 1100010 110011

Color Harmonies of #B109FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109FC

Black with #B109FC

Text Example


Text Example

White with #B109FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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