Html Css Color HEX #B515FC Electric Purple

📋 copy color: '#B515FC'

red 181 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #B515FC

Tints of Electric Purple #B515FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 39.87%
G = 4.63%
B = 55.51%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B515FC (or 0xB515FC) is known color: Electric Purple. HEX triplet: B5, 15 and FC. RGB value is (181,21,252). Sum of RGB (Red+Green+Blue) = 181+21+252=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #B515FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B515FC is #4AEA03. Grayscale: #5E5E5E. Windows color (decimal): -4909572 or 16520629. OLE color: 16520629.

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

Color convert

RGB 181 21 252 -
CMYK 0.28 0.92 0 0.01
HSL 281.56º 0.97% 0.54% -
HSV(B) 281.56º 0.92% 0.99% -
XYZ 36.89 17.39 93.51 -
YUV 95.17 216.51 189.22 -
System Red Green Blue C M Y K H S L
Decimal 181 21 252 0.28 0.92 0 0.01 281.56 0.97 0.54
Hex B5 15 FC 1C 5C 0 1 11A 61 36
Octal 265 25 374 34 134 0 1 432 141 66
Binary 10110101 10101 11111100 11100 1011100 0 1 100011010 1100001 110110

Color Harmonies of #B515FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515FC

Black with #B515FC

Text Example


Text Example

White with #B515FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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