Html Css Color HEX #B60FEA Electric Purple

📋 copy color: '#B60FEA'

red 182 ◦ green 15 ◦ blue 234

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

Shades of Electric Purple #B60FEA

Tints of Electric Purple #B60FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 42.23%
G = 3.48%
B = 54.29%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B60FEA (or 0xB60FEA) is known color: Electric Purple. HEX triplet: B6, 0F and EA. RGB value is (182,15,234). Sum of RGB (Red+Green+Blue) = 182+15+234=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #B60FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FEA is #49F015. Grayscale: #595959. Windows color (decimal): -4845590 or 15339446. OLE color: 15339446.

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

Color convert

RGB 182 15 234 -
CMYK 0.22 0.94 0 0.08
HSL 285.75º 0.88% 0.49% -
HSV(B) 285.75º 0.94% 0.92% -
XYZ 34.31 16.23 79.17 -
YUV 89.9 209.33 193.69 -
System Red Green Blue C M Y K H S L
Decimal 182 15 234 0.22 0.94 0 0.08 285.75 0.88 0.49
Hex B6 F EA 16 5E 0 8 11E 58 31
Octal 266 17 352 26 136 0 10 436 130 61
Binary 10110110 1111 11101010 10110 1011110 0 1000 100011110 1011000 110001

Color Harmonies of #B60FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FEA

Black with #B60FEA

Text Example


Text Example

White with #B60FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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