Html Css Color HEX #B305FE Electric Purple

📋 copy color: '#B305FE'

red 179 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #B305FE

Tints of Electric Purple #B305FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

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

R = 40.87%
G = 1.14%
B = 57.99%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B305FE (or 0xB305FE) is known color: Electric Purple. HEX triplet: B3, 05 and FE. RGB value is (179,5,254). Sum of RGB (Red+Green+Blue) = 179+5+254=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #B305FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B305FE is #4CFA01. Grayscale: #545454. Windows color (decimal): -5044738 or 16647603. OLE color: 16647603.

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

Color convert

RGB 179 5 254 -
CMYK 0.30 0.98 0 0.00
HSL 281.93º 0.99% 0.51% -
HSV(B) 281.93º 0.98% 1% -
XYZ 36.53 16.85 95.09 -
YUV 85.41 223.15 194.75 -
System Red Green Blue C M Y K H S L
Decimal 179 5 254 0.30 0.98 0 0.00 281.93 0.99 0.51
Hex B3 5 FE 1E 62 0 0 11A 63 33
Octal 263 5 376 36 142 0 0 432 143 63
Binary 10110011 101 11111110 11110 1100010 0 0 100011010 1100011 110011

Color Harmonies of #B305FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305FE

Black with #B305FE

Text Example


Text Example

White with #B305FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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