Html Css Color HEX #B510EC Electric Purple

📋 copy color: '#B510EC'

red 181 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #B510EC

Tints of Electric Purple #B510EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.5%

R = 41.8%
G = 3.7%
B = 54.5%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B510EC (or 0xB510EC) is known color: Electric Purple. HEX triplet: B5, 10 and EC. RGB value is (181,16,236). Sum of RGB (Red+Green+Blue) = 181+16+236=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #B510EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B510EC is #4AEF13. Grayscale: #595959. Windows color (decimal): -4910868 or 15470773. OLE color: 15470773.

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

Color convert

RGB 181 16 236 -
CMYK 0.23 0.93 0 0.07
HSL 285º 0.87% 0.49% -
HSV(B) 285º 0.93% 0.93% -
XYZ 34.38 16.25 80.68 -
YUV 90.42 210.16 192.61 -
System Red Green Blue C M Y K H S L
Decimal 181 16 236 0.23 0.93 0 0.07 285 0.87 0.49
Hex B5 10 EC 17 5D 0 7 11D 57 31
Octal 265 20 354 27 135 0 7 435 127 61
Binary 10110101 10000 11101100 10111 1011101 0 111 100011101 1010111 110001

Color Harmonies of #B510EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B510EC

Black with #B510EC

Text Example


Text Example

White with #B510EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B510EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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