Html Css Color HEX #B115F3 Electric Purple

📋 copy color: '#B115F3'

red 177 ◦ green 21 ◦ blue 243

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

Shades of Electric Purple #B115F3

Tints of Electric Purple #B115F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.1%

R = 40.14%
G = 4.76%
B = 55.1%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B115F3 (or 0xB115F3) is known color: Electric Purple. HEX triplet: B1, 15 and F3. RGB value is (177,21,243). Sum of RGB (Red+Green+Blue) = 177+21+243=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #B115F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115F3 is #4EEA0C. Grayscale: #5C5C5C. Windows color (decimal): -5171725 or 15930801. OLE color: 15930801.

HSL color Cylindrical-coordinate representation of color #B115F3: hue angle of 282.16º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B115F3 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 21 243 -
CMYK 0.27 0.91 0 0.05
HSL 282.16º 0.9% 0.52% -
HSV(B) 282.16º 0.91% 0.95% -
XYZ 34.58 16.35 86.13 -
YUV 92.95 212.68 187.95 -
System Red Green Blue C M Y K H S L
Decimal 177 21 243 0.27 0.91 0 0.05 282.16 0.9 0.52
Hex B1 15 F3 1B 5B 0 5 11A 5A 34
Octal 261 25 363 33 133 0 5 432 132 64
Binary 10110001 10101 11110011 11011 1011011 0 101 100011010 1011010 110100

Color Harmonies of #B115F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115F3

Black with #B115F3

Text Example


Text Example

White with #B115F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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