Html Css Color HEX #B306EE Electric Purple

📋 copy color: '#B306EE'

red 179 ◦ green 6 ◦ blue 238

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

Shades of Electric Purple #B306EE

Tints of Electric Purple #B306EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.26%

R = 42.32%
G = 1.42%
B = 56.26%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B306EE (or 0xB306EE) is known color: Electric Purple. HEX triplet: B3, 06 and EE. RGB value is (179,6,238). Sum of RGB (Red+Green+Blue) = 179+6+238=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #B306EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B306EE is #4CF911. Grayscale: #535353. Windows color (decimal): -5044498 or 15599283. OLE color: 15599283.

HSL color Cylindrical-coordinate representation of color #B306EE: hue angle of 284.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306EE is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 6 238 -
CMYK 0.25 0.97 0 0.07
HSL 284.74º 0.95% 0.48% -
HSV(B) 284.74º 0.97% 0.93% -
XYZ 34.09 15.89 82.16 -
YUV 84.18 214.81 195.64 -
System Red Green Blue C M Y K H S L
Decimal 179 6 238 0.25 0.97 0 0.07 284.74 0.95 0.48
Hex B3 6 EE 19 61 0 7 11D 5F 30
Octal 263 6 356 31 141 0 7 435 137 60
Binary 10110011 110 11101110 11001 1100001 0 111 100011101 1011111 110000

Color Harmonies of #B306EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306EE

Black with #B306EE

Text Example


Text Example

White with #B306EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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