Html Css Color HEX #B30EEE Electric Purple

📋 copy color: '#B30EEE'

red 179 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #B30EEE

Tints of Electric Purple #B30EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.22%

R = 41.53%
G = 3.25%
B = 55.22%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B30EEE (or 0xB30EEE) is known color: Electric Purple. HEX triplet: B3, 0E and EE. RGB value is (179,14,238). Sum of RGB (Red+Green+Blue) = 179+14+238=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #B30EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30EEE is #4CF111. Grayscale: #585858. Windows color (decimal): -5042450 or 15601331. OLE color: 15601331.

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

Color convert

RGB 179 14 238 -
CMYK 0.25 0.94 0 0.07
HSL 284.2º 0.89% 0.49% -
HSV(B) 284.2º 0.94% 0.93% -
XYZ 34.18 16.07 82.19 -
YUV 88.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 179 14 238 0.25 0.94 0 0.07 284.2 0.89 0.49
Hex B3 E EE 19 5E 0 7 11C 59 31
Octal 263 16 356 31 136 0 7 434 131 61
Binary 10110011 1110 11101110 11001 1011110 0 111 100011100 1011001 110001

Color Harmonies of #B30EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30EEE

Black with #B30EEE

Text Example


Text Example

White with #B30EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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