Html Css Color HEX #B306FE Electric Purple

📋 copy color: '#B306FE'

red 179 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #B306FE

Tints of Electric Purple #B306FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

 BLUE value IS 254 (99.61% from 255) = 57.86%

R = 40.77%
G = 1.37%
B = 57.86%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B306FE (or 0xB306FE) is known color: Electric Purple. HEX triplet: B3, 06 and FE. RGB value is (179,6,254). Sum of RGB (Red+Green+Blue) = 179+6+254=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #B306FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B306FE is #4CF901. Grayscale: #555555. Windows color (decimal): -5044482 or 16647859. OLE color: 16647859.

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

Color convert

RGB 179 6 254 -
CMYK 0.30 0.98 0 0.00
HSL 281.85º 0.99% 0.51% -
HSV(B) 281.85º 0.98% 1% -
XYZ 36.54 16.87 95.1 -
YUV 86 222.81 194.33 -
System Red Green Blue C M Y K H S L
Decimal 179 6 254 0.30 0.98 0 0.00 281.85 0.99 0.51
Hex B3 6 FE 1E 62 0 0 11A 63 33
Octal 263 6 376 36 142 0 0 432 143 63
Binary 10110011 110 11111110 11110 1100010 0 0 100011010 1100011 110011

Color Harmonies of #B306FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306FE

Black with #B306FE

Text Example


Text Example

White with #B306FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306FE; }

 p { color: rgb(179,6,254); }

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

background-color css

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

 a { background-color: rgb(179,6,254); }

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

border-color css

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

 span { border-color: rgb(179,6,254); }

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