Html Css Color HEX #B309EA Electric Purple

📋 copy color: '#B309EA'

red 179 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #B309EA

Tints of Electric Purple #B309EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 42.42%
G = 2.13%
B = 55.45%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B309EA (or 0xB309EA) is known color: Electric Purple. HEX triplet: B3, 09 and EA. RGB value is (179,9,234). Sum of RGB (Red+Green+Blue) = 179+9+234=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #B309EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B309EA is #4CF615. Grayscale: #545454. Windows color (decimal): -5043734 or 15337907. OLE color: 15337907.

HSL color Cylindrical-coordinate representation of color #B309EA: hue angle of 285.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B309EA is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 9 234 -
CMYK 0.24 0.96 0 0.08
HSL 285.33º 0.93% 0.48% -
HSV(B) 285.33º 0.96% 0.92% -
XYZ 33.54 15.72 79.11 -
YUV 85.48 211.82 194.7 -
System Red Green Blue C M Y K H S L
Decimal 179 9 234 0.24 0.96 0 0.08 285.33 0.93 0.48
Hex B3 9 EA 18 60 0 8 11D 5D 30
Octal 263 11 352 30 140 0 10 435 135 60
Binary 10110011 1001 11101010 11000 1100000 0 1000 100011101 1011101 110000

Color Harmonies of #B309EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309EA

Black with #B309EA

Text Example


Text Example

White with #B309EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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