Html Css Color HEX #B315FE Electric Purple

📋 copy color: '#B315FE'

red 179 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #B315FE

Tints of Electric Purple #B315FE

RGB

 RED value IS 179 (70.31% from 255) = 39.43%

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

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

R = 39.43%
G = 4.63%
B = 55.95%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B315FE (or 0xB315FE) is known color: Electric Purple. HEX triplet: B3, 15 and FE. RGB value is (179,21,254). Sum of RGB (Red+Green+Blue) = 179+21+254=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 21 (8.59% from 255 or 4.63% 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 #B315FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B315FE is #4CEA01. Grayscale: #5E5E5E. Windows color (decimal): -5040642 or 16651699. OLE color: 16651699.

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

Color convert

RGB 179 21 254 -
CMYK 0.30 0.92 0 0.00
HSL 280.69º 0.99% 0.54% -
HSV(B) 280.69º 0.92% 1% -
XYZ 36.75 17.28 95.16 -
YUV 94.8 217.85 188.05 -
System Red Green Blue C M Y K H S L
Decimal 179 21 254 0.30 0.92 0 0.00 280.69 0.99 0.54
Hex B3 15 FE 1E 5C 0 0 119 63 36
Octal 263 25 376 36 134 0 0 431 143 66
Binary 10110011 10101 11111110 11110 1011100 0 0 100011001 1100011 110110

Color Harmonies of #B315FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315FE

Black with #B315FE

Text Example


Text Example

White with #B315FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315FE; }

 p { color: rgb(179,21,254); }

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

background-color css

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

 a { background-color: rgb(179,21,254); }

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

border-color css

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

 span { border-color: rgb(179,21,254); }

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