Html Css Color HEX #B306ED Electric Purple

📋 copy color: '#B306ED'

red 179 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #B306ED

Tints of Electric Purple #B306ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.16%

R = 42.42%
G = 1.42%
B = 56.16%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B306ED (or 0xB306ED) is known color: Electric Purple. HEX triplet: B3, 06 and ED. RGB value is (179,6,237). Sum of RGB (Red+Green+Blue) = 179+6+237=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #B306ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B306ED is #4CF912. Grayscale: #535353. Windows color (decimal): -5044499 or 15533747. OLE color: 15533747.

HSL color Cylindrical-coordinate representation of color #B306ED: hue angle of 284.94º 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 #B306ED is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 6 237 -
CMYK 0.24 0.97 0 0.07
HSL 284.94º 0.95% 0.48% -
HSV(B) 284.94º 0.97% 0.93% -
XYZ 33.94 15.83 81.39 -
YUV 84.06 214.31 195.72 -
System Red Green Blue C M Y K H S L
Decimal 179 6 237 0.24 0.97 0 0.07 284.94 0.95 0.48
Hex B3 6 ED 18 61 0 7 11D 5F 30
Octal 263 6 355 30 141 0 7 435 137 60
Binary 10110011 110 11101101 11000 1100001 0 111 100011101 1011111 110000

Color Harmonies of #B306ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306ED

Black with #B306ED

Text Example


Text Example

White with #B306ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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