Html Css Color HEX #B515FF Electric Purple

📋 copy color: '#B515FF'

red 181 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #B515FF

Tints of Electric Purple #B515FF

RGB

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

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

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

R = 39.61%
G = 4.6%
B = 55.8%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B515FF (or 0xB515FF) is known color: Electric Purple. HEX triplet: B5, 15 and FF. RGB value is (181,21,255). Sum of RGB (Red+Green+Blue) = 181+21+255=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #B515FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B515FF is #4AEA00. Grayscale: #5E5E5E. Windows color (decimal): -4909569 or 16717237. OLE color: 16717237.

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

Color convert

RGB 181 21 255 -
CMYK 0.29 0.92 0 0
HSL 281.03º 1% 0.54% -
HSV(B) 281.03º 0.92% 1% -
XYZ 37.37 17.58 96.03 -
YUV 95.52 218.01 188.97 -
System Red Green Blue C M Y K H S L
Decimal 181 21 255 0.29 0.92 0 0 281.03 1 0.54
Hex B5 15 FF 1D 5C 0 0 119 64 36
Octal 265 25 377 35 134 0 0 431 144 66
Binary 10110101 10101 11111111 11101 1011100 0 0 100011001 1100100 110110

Color Harmonies of #B515FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515FF

Black with #B515FF

Text Example


Text Example

White with #B515FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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