Html Css Color HEX #B305F7 Electric Purple

📋 copy color: '#B305F7'

red 179 ◦ green 5 ◦ blue 247

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

Shades of Electric Purple #B305F7

Tints of Electric Purple #B305F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.31%

R = 41.53%
G = 1.16%
B = 57.31%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B305F7 (or 0xB305F7) is known color: Electric Purple. HEX triplet: B3, 05 and F7. RGB value is (179,5,247). Sum of RGB (Red+Green+Blue) = 179+5+247=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #B305F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B305F7 is #4CFA08. Grayscale: #535353. Windows color (decimal): -5044745 or 16188851. OLE color: 16188851.

HSL color Cylindrical-coordinate representation of color #B305F7: hue angle of 283.14º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305F7 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 5 247 -
CMYK 0.28 0.98 0 0.03
HSL 283.14º 0.96% 0.49% -
HSV(B) 283.14º 0.98% 0.97% -
XYZ 35.43 16.41 89.3 -
YUV 84.61 219.65 195.32 -
System Red Green Blue C M Y K H S L
Decimal 179 5 247 0.28 0.98 0 0.03 283.14 0.96 0.49
Hex B3 5 F7 1C 62 0 3 11B 60 31
Octal 263 5 367 34 142 0 3 433 140 61
Binary 10110011 101 11110111 11100 1100010 0 11 100011011 1100000 110001

Color Harmonies of #B305F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305F7

Black with #B305F7

Text Example


Text Example

White with #B305F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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