Html Css Color HEX #B306E1 Electric Purple

📋 copy color: '#B306E1'

red 179 ◦ green 6 ◦ blue 225

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

Shades of Electric Purple #B306E1

Tints of Electric Purple #B306E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.88%

R = 43.66%
G = 1.46%
B = 54.88%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B306E1 (or 0xB306E1) is known color: Electric Purple. HEX triplet: B3, 06 and E1. RGB value is (179,6,225). Sum of RGB (Red+Green+Blue) = 179+6+225=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #B306E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306E1 is #4CF91E. Grayscale: #515151. Windows color (decimal): -5044511 or 14747315. OLE color: 14747315.

HSL color Cylindrical-coordinate representation of color #B306E1: hue angle of 287.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306E1 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 6 225 -
CMYK 0.20 0.97 0 0.12
HSL 287.4º 0.95% 0.45% -
HSV(B) 287.4º 0.97% 0.88% -
XYZ 32.25 15.15 72.46 -
YUV 82.69 208.31 196.69 -
System Red Green Blue C M Y K H S L
Decimal 179 6 225 0.20 0.97 0 0.12 287.4 0.95 0.45
Hex B3 6 E1 14 61 0 C 11F 5F 2D
Octal 263 6 341 24 141 0 14 437 137 55
Binary 10110011 110 11100001 10100 1100001 0 1100 100011111 1011111 101101

Color Harmonies of #B306E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306E1

Black with #B306E1

Text Example


Text Example

White with #B306E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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