Html Css Color HEX #B308FA Electric Purple

📋 copy color: '#B308FA'

red 179 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #B308FA

Tints of Electric Purple #B308FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.83%

 BLUE value IS 250 (98.05% from 255) = 57.21%

R = 40.96%
G = 1.83%
B = 57.21%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B308FA (or 0xB308FA) is known color: Electric Purple. HEX triplet: B3, 08 and FA. RGB value is (179,8,250). Sum of RGB (Red+Green+Blue) = 179+8+250=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #B308FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B308FA is #4CF705. Grayscale: #555555. Windows color (decimal): -5043974 or 16386227. OLE color: 16386227.

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

Color convert

RGB 179 8 250 -
CMYK 0.28 0.97 0 0.02
HSL 282.4º 0.96% 0.51% -
HSV(B) 282.4º 0.97% 0.98% -
XYZ 35.93 16.66 91.76 -
YUV 86.72 220.15 193.82 -
System Red Green Blue C M Y K H S L
Decimal 179 8 250 0.28 0.97 0 0.02 282.4 0.96 0.51
Hex B3 8 FA 1C 61 0 2 11A 60 33
Octal 263 10 372 34 141 0 2 432 140 63
Binary 10110011 1000 11111010 11100 1100001 0 10 100011010 1100000 110011

Color Harmonies of #B308FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308FA

Black with #B308FA

Text Example


Text Example

White with #B308FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308FA; }

 p { color: rgb(179,8,250); }

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

background-color css

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

 a { background-color: rgb(179,8,250); }

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

border-color css

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

 span { border-color: rgb(179,8,250); }

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