Html Css Color HEX #B106E6 Electric Purple

📋 copy color: '#B106E6'

red 177 ◦ green 6 ◦ blue 230

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

Shades of Electric Purple #B106E6

Tints of Electric Purple #B106E6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 42.86%
G = 1.45%
B = 55.69%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B106E6 (or 0xB106E6) is known color: Electric Purple. HEX triplet: B1, 06 and E6. RGB value is (177,6,230). Sum of RGB (Red+Green+Blue) = 177+6+230=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #B106E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B106E6 is #4EF919. Grayscale: #515151. Windows color (decimal): -5175578 or 15074993. OLE color: 15074993.

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

Color convert

RGB 177 6 230 -
CMYK 0.23 0.97 0 0.10
HSL 285.8º 0.95% 0.46% -
HSV(B) 285.8º 0.97% 0.9% -
XYZ 32.48 15.19 76.08 -
YUV 82.67 211.15 195.29 -
System Red Green Blue C M Y K H S L
Decimal 177 6 230 0.23 0.97 0 0.10 285.8 0.95 0.46
Hex B1 6 E6 17 61 0 A 11E 5F 2E
Octal 261 6 346 27 141 0 12 436 137 56
Binary 10110001 110 11100110 10111 1100001 0 1010 100011110 1011111 101110

Color Harmonies of #B106E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106E6

Black with #B106E6

Text Example


Text Example

White with #B106E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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