Html Css Color HEX #B60AFE Electric Purple

📋 copy color: '#B60AFE'

red 182 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #B60AFE

Tints of Electric Purple #B60AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

 BLUE value IS 254 (99.61% from 255) = 56.95%

R = 40.81%
G = 2.24%
B = 56.95%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B60AFE (or 0xB60AFE) is known color: Electric Purple. HEX triplet: B6, 0A and FE. RGB value is (182,10,254). Sum of RGB (Red+Green+Blue) = 182+10+254=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #B60AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60AFE is #49F501. Grayscale: #585858. Windows color (decimal): -4846850 or 16648886. OLE color: 16648886.

HSL color Cylindrical-coordinate representation of color #B60AFE: hue angle of 282.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60AFE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 10 254 -
CMYK 0.28 0.96 0 0.00
HSL 282.3º 0.99% 0.52% -
HSV(B) 282.3º 0.96% 1% -
XYZ 37.29 17.32 95.14 -
YUV 89.24 220.98 194.16 -
System Red Green Blue C M Y K H S L
Decimal 182 10 254 0.28 0.96 0 0.00 282.3 0.99 0.52
Hex B6 A FE 1C 60 0 0 11A 63 34
Octal 266 12 376 34 140 0 0 432 143 64
Binary 10110110 1010 11111110 11100 1100000 0 0 100011010 1100011 110100

Color Harmonies of #B60AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60AFE

Black with #B60AFE

Text Example


Text Example

White with #B60AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60AFE; }

 p { color: rgb(182,10,254); }

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

background-color css

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

 a { background-color: rgb(182,10,254); }

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

border-color css

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

 span { border-color: rgb(182,10,254); }

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