Html Css Color HEX #B309FF Electric Purple

📋 copy color: '#B309FF'

red 179 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #B309FF

Tints of Electric Purple #B309FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.56%

R = 40.41%
G = 2.03%
B = 57.56%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B309FF (or 0xB309FF) is known color: Electric Purple. HEX triplet: B3, 09 and FF. RGB value is (179,9,255). Sum of RGB (Red+Green+Blue) = 179+9+255=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #B309FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B309FF is #4CF600. Grayscale: #575757. Windows color (decimal): -5043713 or 16714163. OLE color: 16714163.

HSL color Cylindrical-coordinate representation of color #B309FF: hue angle of 281.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B309FF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 9 255 -
CMYK 0.30 0.96 0 0
HSL 281.46º 1% 0.52% -
HSV(B) 281.46º 0.96% 1% -
XYZ 36.74 17 95.95 -
YUV 87.87 222.32 193 -
System Red Green Blue C M Y K H S L
Decimal 179 9 255 0.30 0.96 0 0 281.46 1 0.52
Hex B3 9 FF 1E 60 0 0 119 64 34
Octal 263 11 377 36 140 0 0 431 144 64
Binary 10110011 1001 11111111 11110 1100000 0 0 100011001 1100100 110100

Color Harmonies of #B309FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309FF

Black with #B309FF

Text Example


Text Example

White with #B309FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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