Html Css Color HEX #B115E6 Electric Purple

📋 copy color: '#B115E6'

red 177 ◦ green 21 ◦ blue 230

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

Shades of Electric Purple #B115E6

Tints of Electric Purple #B115E6

RGB

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

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

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

R = 41.36%
G = 4.91%
B = 53.74%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B115E6 (or 0xB115E6) is known color: Electric Purple. HEX triplet: B1, 15 and E6. RGB value is (177,21,230). Sum of RGB (Red+Green+Blue) = 177+21+230=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #B115E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115E6 is #4EEA19. Grayscale: #5A5A5A. Windows color (decimal): -5171738 or 15078833. OLE color: 15078833.

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

Color convert

RGB 177 21 230 -
CMYK 0.23 0.91 0 0.10
HSL 284.78º 0.83% 0.49% -
HSV(B) 284.78º 0.91% 0.9% -
XYZ 32.68 15.6 76.15 -
YUV 91.47 206.18 189.01 -
System Red Green Blue C M Y K H S L
Decimal 177 21 230 0.23 0.91 0 0.10 284.78 0.83 0.49
Hex B1 15 E6 17 5B 0 A 11D 53 31
Octal 261 25 346 27 133 0 12 435 123 61
Binary 10110001 10101 11100110 10111 1011011 0 1010 100011101 1010011 110001

Color Harmonies of #B115E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115E6

Black with #B115E6

Text Example


Text Example

White with #B115E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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