Html Css Color HEX #B60FEB Electric Purple

📋 copy color: '#B60FEB'

red 182 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #B60FEB

Tints of Electric Purple #B60FEB

RGB

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

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

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

R = 42.13%
G = 3.47%
B = 54.4%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B60FEB (or 0xB60FEB) is known color: Electric Purple. HEX triplet: B6, 0F and EB. RGB value is (182,15,235). Sum of RGB (Red+Green+Blue) = 182+15+235=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 15 (6.25% from 255 or 3.47% 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 #B60FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FEB is #49F014. Grayscale: #595959. Windows color (decimal): -4845589 or 15404982. OLE color: 15404982.

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

Color convert

RGB 182 15 235 -
CMYK 0.23 0.94 0 0.08
HSL 285.55º 0.88% 0.49% -
HSV(B) 285.55º 0.94% 0.92% -
XYZ 34.46 16.28 79.92 -
YUV 90.01 209.83 193.61 -
System Red Green Blue C M Y K H S L
Decimal 182 15 235 0.23 0.94 0 0.08 285.55 0.88 0.49
Hex B6 F EB 17 5E 0 8 11E 58 31
Octal 266 17 353 27 136 0 10 436 130 61
Binary 10110110 1111 11101011 10111 1011110 0 1000 100011110 1011000 110001

Color Harmonies of #B60FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FEB

Black with #B60FEB

Text Example


Text Example

White with #B60FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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