Html Css Color HEX #B113EB Electric Purple

📋 copy color: '#B113EB'

red 177 ◦ green 19 ◦ blue 235

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

Shades of Electric Purple #B113EB

Tints of Electric Purple #B113EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

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

R = 41.07%
G = 4.41%
B = 54.52%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B113EB (or 0xB113EB) is known color: Electric Purple. HEX triplet: B1, 13 and EB. RGB value is (177,19,235). Sum of RGB (Red+Green+Blue) = 177+19+235=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #B113EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B113EB is #4EEC14. Grayscale: #5A5A5A. Windows color (decimal): -5172245 or 15406001. OLE color: 15406001.

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

Color convert

RGB 177 19 235 -
CMYK 0.25 0.92 0 0.08
HSL 283.89º 0.85% 0.5% -
HSV(B) 283.89º 0.92% 0.92% -
XYZ 33.36 15.81 79.89 -
YUV 90.87 209.35 189.44 -
System Red Green Blue C M Y K H S L
Decimal 177 19 235 0.25 0.92 0 0.08 283.89 0.85 0.5
Hex B1 13 EB 19 5C 0 8 11C 55 32
Octal 261 23 353 31 134 0 10 434 125 62
Binary 10110001 10011 11101011 11001 1011100 0 1000 100011100 1010101 110010

Color Harmonies of #B113EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113EB

Black with #B113EB

Text Example


Text Example

White with #B113EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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