Html Css Color HEX #B309E8 Electric Purple

📋 copy color: '#B309E8'

red 179 ◦ green 9 ◦ blue 232

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

Shades of Electric Purple #B309E8

Tints of Electric Purple #B309E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 55.24%

R = 42.62%
G = 2.14%
B = 55.24%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B309E8 (or 0xB309E8) is known color: Electric Purple. HEX triplet: B3, 09 and E8. RGB value is (179,9,232). Sum of RGB (Red+Green+Blue) = 179+9+232=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 232 (91.02% from 255 or 55.24% from 420); Max value from RGB is 232 - color contains mainly: blue. Hex color #B309E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B309E8 is #4CF617. Grayscale: #545454. Windows color (decimal): -5043736 or 15206835. OLE color: 15206835.

HSL color Cylindrical-coordinate representation of color #B309E8: hue angle of 285.74º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B309E8 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 9 232 -
CMYK 0.23 0.96 0 0.09
HSL 285.74º 0.93% 0.47% -
HSV(B) 285.74º 0.96% 0.91% -
XYZ 33.25 15.61 77.6 -
YUV 85.25 210.82 194.87 -
System Red Green Blue C M Y K H S L
Decimal 179 9 232 0.23 0.96 0 0.09 285.74 0.93 0.47
Hex B3 9 E8 17 60 0 9 11E 5D 2F
Octal 263 11 350 27 140 0 11 436 135 57
Binary 10110011 1001 11101000 10111 1100000 0 1001 100011110 1011101 101111

Color Harmonies of #B309E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309E8

Black with #B309E8

Text Example


Text Example

White with #B309E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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