Html Css Color HEX #B60FEC Electric Purple

📋 copy color: '#B60FEC'

red 182 ◦ green 15 ◦ blue 236

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

Shades of Electric Purple #B60FEC

Tints of Electric Purple #B60FEC

RGB

 RED value IS 182 (71.48% from 255) = 42.03%

 GREEN value IS 15 (6.25% from 255) = 3.46%

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

R = 42.03%
G = 3.46%
B = 54.5%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B60FEC (or 0xB60FEC) is known color: Electric Purple. HEX triplet: B6, 0F and EC. RGB value is (182,15,236). Sum of RGB (Red+Green+Blue) = 182+15+236=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 15 (6.25% from 255 or 3.46% 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 #B60FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FEC is #49F013. Grayscale: #595959. Windows color (decimal): -4845588 or 15470518. OLE color: 15470518.

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

Color convert

RGB 182 15 236 -
CMYK 0.23 0.94 0 0.07
HSL 285.34º 0.88% 0.49% -
HSV(B) 285.34º 0.94% 0.93% -
XYZ 34.6 16.34 80.69 -
YUV 90.13 210.33 193.53 -
System Red Green Blue C M Y K H S L
Decimal 182 15 236 0.23 0.94 0 0.07 285.34 0.88 0.49
Hex B6 F EC 17 5E 0 7 11D 58 31
Octal 266 17 354 27 136 0 7 435 130 61
Binary 10110110 1111 11101100 10111 1011110 0 111 100011101 1011000 110001

Color Harmonies of #B60FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FEC

Black with #B60FEC

Text Example


Text Example

White with #B60FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FEC; }

 p { color: rgb(182,15,236); }

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

background-color css

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

 a { background-color: rgb(182,15,236); }

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

border-color css

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

 span { border-color: rgb(182,15,236); }

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