Html Css Color HEX #B114FF Electric Purple

📋 copy color: '#B114FF'

red 177 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #B114FF

Tints of Electric Purple #B114FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.42%

 BLUE value IS 255 (100% from 255) = 56.42%

R = 39.16%
G = 4.42%
B = 56.42%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B114FF (or 0xB114FF) is known color: Electric Purple. HEX triplet: B1, 14 and FF. RGB value is (177,20,255). Sum of RGB (Red+Green+Blue) = 177+20+255=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #B114FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B114FF is #4EEB00. Grayscale: #5C5C5C. Windows color (decimal): -5171969 or 16716977. OLE color: 16716977.

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

Color convert

RGB 177 20 255 -
CMYK 0.31 0.92 0 0
HSL 280.09º 1% 0.54% -
HSV(B) 280.09º 0.92% 1% -
XYZ 36.43 17.07 95.98 -
YUV 93.73 219.01 187.39 -
System Red Green Blue C M Y K H S L
Decimal 177 20 255 0.31 0.92 0 0 280.09 1 0.54
Hex B1 14 FF 1F 5C 0 0 118 64 36
Octal 261 24 377 37 134 0 0 430 144 66
Binary 10110001 10100 11111111 11111 1011100 0 0 100011000 1100100 110110

Color Harmonies of #B114FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B114FF

Black with #B114FF

Text Example


Text Example

White with #B114FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B114FF; }

 p { color: rgb(177,20,255); }

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

background-color css

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

 a { background-color: rgb(177,20,255); }

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

border-color css

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

 span { border-color: rgb(177,20,255); }

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