Html Css Color HEX #B60FEE Electric Purple

📋 copy color: '#B60FEE'

red 182 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #B60FEE

Tints of Electric Purple #B60FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.71%

R = 41.84%
G = 3.45%
B = 54.71%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B60FEE (or 0xB60FEE) is known color: Electric Purple. HEX triplet: B6, 0F and EE. RGB value is (182,15,238). Sum of RGB (Red+Green+Blue) = 182+15+238=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #B60FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FEE is #49F011. Grayscale: #595959. Windows color (decimal): -4845586 or 15601590. OLE color: 15601590.

HSL color Cylindrical-coordinate representation of color #B60FEE: hue angle of 284.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60FEE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 15 238 -
CMYK 0.24 0.94 0 0.07
HSL 284.93º 0.88% 0.5% -
HSV(B) 284.93º 0.94% 0.93% -
XYZ 34.89 16.46 82.23 -
YUV 90.36 211.33 193.37 -
System Red Green Blue C M Y K H S L
Decimal 182 15 238 0.24 0.94 0 0.07 284.93 0.88 0.5
Hex B6 F EE 18 5E 0 7 11D 58 32
Octal 266 17 356 30 136 0 7 435 130 62
Binary 10110110 1111 11101110 11000 1011110 0 111 100011101 1011000 110010

Color Harmonies of #B60FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FEE

Black with #B60FEE

Text Example


Text Example

White with #B60FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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