Html Css Color HEX #B60EEC Electric Purple

📋 copy color: '#B60EEC'

red 182 ◦ green 14 ◦ blue 236

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

Shades of Electric Purple #B60EEC

Tints of Electric Purple #B60EEC

RGB

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

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

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

R = 42.13%
G = 3.24%
B = 54.63%

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

#B60EEC (or 0xB60EEC) is known color: Electric Purple. HEX triplet: B6, 0E and EC. RGB value is (182,14,236). Sum of RGB (Red+Green+Blue) = 182+14+236=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #B60EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60EEC is #49F113. Grayscale: #585858. Windows color (decimal): -4845844 or 15470262. OLE color: 15470262.

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

Color convert

RGB 182 14 236 -
CMYK 0.23 0.94 0 0.07
HSL 285.41º 0.89% 0.49% -
HSV(B) 285.41º 0.94% 0.93% -
XYZ 34.59 16.32 80.68 -
YUV 89.54 210.66 193.95 -
System Red Green Blue C M Y K H S L
Decimal 182 14 236 0.23 0.94 0 0.07 285.41 0.89 0.49
Hex B6 E EC 17 5E 0 7 11D 59 31
Octal 266 16 354 27 136 0 7 435 131 61
Binary 10110110 1110 11101100 10111 1011110 0 111 100011101 1011001 110001

Color Harmonies of #B60EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60EEC

Black with #B60EEC

Text Example


Text Example

White with #B60EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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