Html Css Color HEX #B115EB Electric Purple

📋 copy color: '#B115EB'

red 177 ◦ green 21 ◦ blue 235

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

Shades of Electric Purple #B115EB

Tints of Electric Purple #B115EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.85%

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 40.88%
G = 4.85%
B = 54.27%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B115EB (or 0xB115EB) is known color: Electric Purple. HEX triplet: B1, 15 and EB. RGB value is (177,21,235). Sum of RGB (Red+Green+Blue) = 177+21+235=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #B115EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115EB is #4EEA14. Grayscale: #5B5B5B. Windows color (decimal): -5171733 or 15406513. OLE color: 15406513.

HSL color Cylindrical-coordinate representation of color #B115EB: hue angle of 283.74º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B115EB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 21 235 -
CMYK 0.25 0.91 0 0.08
HSL 283.74º 0.84% 0.5% -
HSV(B) 283.74º 0.91% 0.92% -
XYZ 33.4 15.88 79.9 -
YUV 92.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 177 21 235 0.25 0.91 0 0.08 283.74 0.84 0.5
Hex B1 15 EB 19 5B 0 8 11C 54 32
Octal 261 25 353 31 133 0 10 434 124 62
Binary 10110001 10101 11101011 11001 1011011 0 1000 100011100 1010100 110010

Color Harmonies of #B115EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115EB

Black with #B115EB

Text Example


Text Example

White with #B115EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115EB; }

 p { color: rgb(177,21,235); }

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

background-color css

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

 a { background-color: rgb(177,21,235); }

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

border-color css

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

 span { border-color: rgb(177,21,235); }

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