Html Css Color HEX #B306EA Electric Purple

📋 copy color: '#B306EA'

red 179 ◦ green 6 ◦ blue 234

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

Shades of Electric Purple #B306EA

Tints of Electric Purple #B306EA

RGB

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

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

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

R = 42.72%
G = 1.43%
B = 55.85%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B306EA (or 0xB306EA) is known color: Electric Purple. HEX triplet: B3, 06 and EA. RGB value is (179,6,234). Sum of RGB (Red+Green+Blue) = 179+6+234=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #B306EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B306EA is #4CF915. Grayscale: #525252. Windows color (decimal): -5044502 or 15337139. OLE color: 15337139.

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

Color convert

RGB 179 6 234 -
CMYK 0.24 0.97 0 0.08
HSL 285.53º 0.95% 0.47% -
HSV(B) 285.53º 0.97% 0.92% -
XYZ 33.51 15.65 79.1 -
YUV 83.72 212.81 195.96 -
System Red Green Blue C M Y K H S L
Decimal 179 6 234 0.24 0.97 0 0.08 285.53 0.95 0.47
Hex B3 6 EA 18 61 0 8 11E 5F 2F
Octal 263 6 352 30 141 0 10 436 137 57
Binary 10110011 110 11101010 11000 1100001 0 1000 100011110 1011111 101111

Color Harmonies of #B306EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306EA

Black with #B306EA

Text Example


Text Example

White with #B306EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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