Html Css Color HEX #B115FC Electric Purple

📋 copy color: '#B115FC'

red 177 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #B115FC

Tints of Electric Purple #B115FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 39.33%
G = 4.67%
B = 56%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B115FC (or 0xB115FC) is known color: Electric Purple. HEX triplet: B1, 15 and FC. RGB value is (177,21,252). Sum of RGB (Red+Green+Blue) = 177+21+252=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #B115FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115FC is #4EEA03. Grayscale: #5D5D5D. Windows color (decimal): -5171716 or 16520625. OLE color: 16520625.

HSL color Cylindrical-coordinate representation of color #B115FC: hue angle of 280.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B115FC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 21 252 -
CMYK 0.30 0.92 0 0.01
HSL 280.52º 0.97% 0.54% -
HSV(B) 280.52º 0.92% 0.99% -
XYZ 35.97 16.91 93.46 -
YUV 93.98 217.18 187.22 -
System Red Green Blue C M Y K H S L
Decimal 177 21 252 0.30 0.92 0 0.01 280.52 0.97 0.54
Hex B1 15 FC 1E 5C 0 1 119 61 36
Octal 261 25 374 36 134 0 1 431 141 66
Binary 10110001 10101 11111100 11110 1011100 0 1 100011001 1100001 110110

Color Harmonies of #B115FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115FC

Black with #B115FC

Text Example


Text Example

White with #B115FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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