Html Css Color HEX #B513FE Electric Purple

📋 copy color: '#B513FE'

red 181 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #B513FE

Tints of Electric Purple #B513FE

RGB

 RED value IS 181 (71.09% from 255) = 39.87%

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

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

R = 39.87%
G = 4.19%
B = 55.95%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B513FE (or 0xB513FE) is known color: Electric Purple. HEX triplet: B5, 13 and FE. RGB value is (181,19,254). Sum of RGB (Red+Green+Blue) = 181+19+254=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #B513FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B513FE is #4AEC01. Grayscale: #5D5D5D. Windows color (decimal): -4910082 or 16651189. OLE color: 16651189.

HSL color Cylindrical-coordinate representation of color #B513FE: hue angle of 281.36º 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 #B513FE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 19 254 -
CMYK 0.29 0.93 0 0.00
HSL 281.36º 0.99% 0.54% -
HSV(B) 281.36º 0.93% 1% -
XYZ 37.18 17.45 95.17 -
YUV 94.23 218.17 189.89 -
System Red Green Blue C M Y K H S L
Decimal 181 19 254 0.29 0.93 0 0.00 281.36 0.99 0.54
Hex B5 13 FE 1D 5D 0 0 119 63 36
Octal 265 23 376 35 135 0 0 431 143 66
Binary 10110101 10011 11111110 11101 1011101 0 0 100011001 1100011 110110

Color Harmonies of #B513FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B513FE

Black with #B513FE

Text Example


Text Example

White with #B513FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B513FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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