Html Css Color HEX #B309FA Electric Purple

📋 copy color: '#B309FA'

red 179 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #B309FA

Tints of Electric Purple #B309FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

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

R = 40.87%
G = 2.05%
B = 57.08%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B309FA (or 0xB309FA) is known color: Electric Purple. HEX triplet: B3, 09 and FA. RGB value is (179,9,250). Sum of RGB (Red+Green+Blue) = 179+9+250=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #B309FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B309FA is #4CF605. Grayscale: #565656. Windows color (decimal): -5043718 or 16386483. OLE color: 16386483.

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

Color convert

RGB 179 9 250 -
CMYK 0.28 0.96 0 0.02
HSL 282.32º 0.96% 0.51% -
HSV(B) 282.32º 0.96% 0.98% -
XYZ 35.94 16.68 91.77 -
YUV 87.3 219.82 193.4 -
System Red Green Blue C M Y K H S L
Decimal 179 9 250 0.28 0.96 0 0.02 282.32 0.96 0.51
Hex B3 9 FA 1C 60 0 2 11A 60 33
Octal 263 11 372 34 140 0 2 432 140 63
Binary 10110011 1001 11111010 11100 1100000 0 10 100011010 1100000 110011

Color Harmonies of #B309FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309FA

Black with #B309FA

Text Example


Text Example

White with #B309FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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