Html Css Color HEX #B105E6 Electric Purple

📋 copy color: '#B105E6'

red 177 ◦ green 5 ◦ blue 230

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

Shades of Electric Purple #B105E6

Tints of Electric Purple #B105E6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 42.96%
G = 1.21%
B = 55.83%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B105E6 (or 0xB105E6) is known color: Electric Purple. HEX triplet: B1, 05 and E6. RGB value is (177,5,230). Sum of RGB (Red+Green+Blue) = 177+5+230=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #B105E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B105E6 is #4EFA19. Grayscale: #515151. Windows color (decimal): -5175834 or 15074737. OLE color: 15074737.

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

Color convert

RGB 177 5 230 -
CMYK 0.23 0.98 0 0.10
HSL 285.87º 0.96% 0.46% -
HSV(B) 285.87º 0.98% 0.9% -
XYZ 32.47 15.17 76.08 -
YUV 82.08 211.48 195.7 -
System Red Green Blue C M Y K H S L
Decimal 177 5 230 0.23 0.98 0 0.10 285.87 0.96 0.46
Hex B1 5 E6 17 62 0 A 11E 60 2E
Octal 261 5 346 27 142 0 12 436 140 56
Binary 10110001 101 11100110 10111 1100010 0 1010 100011110 1100000 101110

Color Harmonies of #B105E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B105E6

Black with #B105E6

Text Example


Text Example

White with #B105E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B105E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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