Html Css Color HEX #B311ED Electric Purple

📋 copy color: '#B311ED'

red 179 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #B311ED

Tints of Electric Purple #B311ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.93%

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

R = 41.34%
G = 3.93%
B = 54.73%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B311ED (or 0xB311ED) is known color: Electric Purple. HEX triplet: B3, 11 and ED. RGB value is (179,17,237). Sum of RGB (Red+Green+Blue) = 179+17+237=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #B311ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B311ED is #4CEE12. Grayscale: #595959. Windows color (decimal): -5041683 or 15536563. OLE color: 15536563.

HSL color Cylindrical-coordinate representation of color #B311ED: hue angle of 284.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B311ED is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 17 237 -
CMYK 0.24 0.93 0 0.07
HSL 284.18º 0.87% 0.5% -
HSV(B) 284.18º 0.93% 0.93% -
XYZ 34.08 16.1 81.43 -
YUV 90.52 210.67 191.11 -
System Red Green Blue C M Y K H S L
Decimal 179 17 237 0.24 0.93 0 0.07 284.18 0.87 0.5
Hex B3 11 ED 18 5D 0 7 11C 57 32
Octal 263 21 355 30 135 0 7 434 127 62
Binary 10110011 10001 11101101 11000 1011101 0 111 100011100 1010111 110010

Color Harmonies of #B311ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311ED

Black with #B311ED

Text Example


Text Example

White with #B311ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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