Html Css Color HEX #B510EB Electric Purple

📋 copy color: '#B510EB'

red 181 ◦ green 16 ◦ blue 235

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

Shades of Electric Purple #B510EB

Tints of Electric Purple #B510EB

RGB

 RED value IS 181 (71.09% from 255) = 41.9%

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

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 41.9%
G = 3.7%
B = 54.4%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B510EB (or 0xB510EB) is known color: Electric Purple. HEX triplet: B5, 10 and EB. RGB value is (181,16,235). Sum of RGB (Red+Green+Blue) = 181+16+235=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #B510EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B510EB is #4AEF14. Grayscale: #595959. Windows color (decimal): -4910869 or 15405237. OLE color: 15405237.

HSL color Cylindrical-coordinate representation of color #B510EB: hue angle of 285.21º 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 #B510EB is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 16 235 -
CMYK 0.23 0.93 0 0.08
HSL 285.21º 0.87% 0.49% -
HSV(B) 285.21º 0.93% 0.92% -
XYZ 34.24 16.19 79.92 -
YUV 90.3 209.66 192.69 -
System Red Green Blue C M Y K H S L
Decimal 181 16 235 0.23 0.93 0 0.08 285.21 0.87 0.49
Hex B5 10 EB 17 5D 0 8 11D 57 31
Octal 265 20 353 27 135 0 10 435 127 61
Binary 10110101 10000 11101011 10111 1011101 0 1000 100011101 1010111 110001

Color Harmonies of #B510EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B510EB

Black with #B510EB

Text Example


Text Example

White with #B510EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B510EB; }

 p { color: rgb(181,16,235); }

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

background-color css

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

 a { background-color: rgb(181,16,235); }

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

border-color css

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

 span { border-color: rgb(181,16,235); }

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