Html Css Color HEX #B30EED Electric Purple

📋 copy color: '#B30EED'

red 179 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #B30EED

Tints of Electric Purple #B30EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.26%

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

R = 41.63%
G = 3.26%
B = 55.12%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B30EED (or 0xB30EED) is known color: Electric Purple. HEX triplet: B3, 0E and ED. RGB value is (179,14,237). Sum of RGB (Red+Green+Blue) = 179+14+237=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #B30EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30EED is #4CF112. Grayscale: #585858. Windows color (decimal): -5042451 or 15535795. OLE color: 15535795.

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

Color convert

RGB 179 14 237 -
CMYK 0.24 0.94 0 0.07
HSL 284.39º 0.89% 0.49% -
HSV(B) 284.39º 0.94% 0.93% -
XYZ 34.03 16.01 81.42 -
YUV 88.76 211.66 192.37 -
System Red Green Blue C M Y K H S L
Decimal 179 14 237 0.24 0.94 0 0.07 284.39 0.89 0.49
Hex B3 E ED 18 5E 0 7 11C 59 31
Octal 263 16 355 30 136 0 7 434 131 61
Binary 10110011 1110 11101101 11000 1011110 0 111 100011100 1011001 110001

Color Harmonies of #B30EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30EED

Black with #B30EED

Text Example


Text Example

White with #B30EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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