Html Css Color HEX #B513FF Electric Purple

📋 copy color: '#B513FF'

red 181 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #B513FF

Tints of Electric Purple #B513FF

RGB

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

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

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

R = 39.78%
G = 4.18%
B = 56.04%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B513FF (or 0xB513FF) is known color: Electric Purple. HEX triplet: B5, 13 and FF. RGB value is (181,19,255). Sum of RGB (Red+Green+Blue) = 181+19+255=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #B513FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B513FF is #4AEC00. Grayscale: #5D5D5D. Windows color (decimal): -4910081 or 16716725. OLE color: 16716725.

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

Color convert

RGB 181 19 255 -
CMYK 0.29 0.93 0 0
HSL 281.19º 1% 0.54% -
HSV(B) 281.19º 0.93% 1% -
XYZ 37.34 17.51 96.02 -
YUV 94.34 218.67 189.81 -
System Red Green Blue C M Y K H S L
Decimal 181 19 255 0.29 0.93 0 0 281.19 1 0.54
Hex B5 13 FF 1D 5D 0 0 119 64 36
Octal 265 23 377 35 135 0 0 431 144 66
Binary 10110101 10011 11111111 11101 1011101 0 0 100011001 1100100 110110

Color Harmonies of #B513FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B513FF

Black with #B513FF

Text Example


Text Example

White with #B513FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B513FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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