Html Css Color HEX #B115EA Electric Purple

📋 copy color: '#B115EA'

red 177 ◦ green 21 ◦ blue 234

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

Shades of Electric Purple #B115EA

Tints of Electric Purple #B115EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 40.97%
G = 4.86%
B = 54.17%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B115EA (or 0xB115EA) is known color: Electric Purple. HEX triplet: B1, 15 and EA. RGB value is (177,21,234). Sum of RGB (Red+Green+Blue) = 177+21+234=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #B115EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115EA is #4EEA15. Grayscale: #5B5B5B. Windows color (decimal): -5171734 or 15340977. OLE color: 15340977.

HSL color Cylindrical-coordinate representation of color #B115EA: hue angle of 283.94º 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 #B115EA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 21 234 -
CMYK 0.24 0.91 0 0.08
HSL 283.94º 0.84% 0.5% -
HSV(B) 283.94º 0.91% 0.92% -
XYZ 33.25 15.82 79.14 -
YUV 91.93 208.18 188.68 -
System Red Green Blue C M Y K H S L
Decimal 177 21 234 0.24 0.91 0 0.08 283.94 0.84 0.5
Hex B1 15 EA 18 5B 0 8 11C 54 32
Octal 261 25 352 30 133 0 10 434 124 62
Binary 10110001 10101 11101010 11000 1011011 0 1000 100011100 1010100 110010

Color Harmonies of #B115EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115EA

Black with #B115EA

Text Example


Text Example

White with #B115EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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