Html Css Color HEX #B013FE Electric Purple

📋 copy color: '#B013FE'

red 176 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #B013FE

Tints of Electric Purple #B013FE

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 39.2%
G = 4.23%
B = 56.57%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B013FE (or 0xB013FE) is known color: Electric Purple. HEX triplet: B0, 13 and FE. RGB value is (176,19,254). Sum of RGB (Red+Green+Blue) = 176+19+254=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #B013FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B013FE is #4FEC01. Grayscale: #5B5B5B. Windows color (decimal): -5237762 or 16651184. OLE color: 16651184.

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

Color convert

RGB 176 19 254 -
CMYK 0.31 0.93 0 0.00
HSL 280.09º 0.99% 0.54% -
HSV(B) 280.09º 0.93% 1% -
XYZ 36.03 16.85 95.12 -
YUV 92.73 219.01 187.39 -
System Red Green Blue C M Y K H S L
Decimal 176 19 254 0.31 0.93 0 0.00 280.09 0.99 0.54
Hex B0 13 FE 1F 5D 0 0 118 63 36
Octal 260 23 376 37 135 0 0 430 143 66
Binary 10110000 10011 11111110 11111 1011101 0 0 100011000 1100011 110110

Color Harmonies of #B013FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013FE

Black with #B013FE

Text Example


Text Example

White with #B013FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013FE; }

 p { color: rgb(176,19,254); }

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

background-color css

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

 a { background-color: rgb(176,19,254); }

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

border-color css

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

 span { border-color: rgb(176,19,254); }

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