Html Css Color HEX #B310EA Electric Purple

📋 copy color: '#B310EA'

red 179 ◦ green 16 ◦ blue 234

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

Shades of Electric Purple #B310EA

Tints of Electric Purple #B310EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.73%

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 41.72%
G = 3.73%
B = 54.55%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B310EA (or 0xB310EA) is known color: Electric Purple. HEX triplet: B3, 10 and EA. RGB value is (179,16,234). Sum of RGB (Red+Green+Blue) = 179+16+234=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #B310EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B310EA is #4CEF15. Grayscale: #585858. Windows color (decimal): -5041942 or 15339699. OLE color: 15339699.

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

Color convert

RGB 179 16 234 -
CMYK 0.24 0.93 0 0.08
HSL 284.86º 0.87% 0.49% -
HSV(B) 284.86º 0.93% 0.92% -
XYZ 33.63 15.89 79.14 -
YUV 89.59 209.5 191.77 -
System Red Green Blue C M Y K H S L
Decimal 179 16 234 0.24 0.93 0 0.08 284.86 0.87 0.49
Hex B3 10 EA 18 5D 0 8 11D 57 31
Octal 263 20 352 30 135 0 10 435 127 61
Binary 10110011 10000 11101010 11000 1011101 0 1000 100011101 1010111 110001

Color Harmonies of #B310EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310EA

Black with #B310EA

Text Example


Text Example

White with #B310EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310EA; }

 p { color: rgb(179,16,234); }

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

background-color css

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

 a { background-color: rgb(179,16,234); }

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

border-color css

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

 span { border-color: rgb(179,16,234); }

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