Html Css Color HEX #BA0FF6 Electric Purple

📋 copy color: '#BA0FF6'

red 186 ◦ green 15 ◦ blue 246

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

Shades of Electric Purple #BA0FF6

Tints of Electric Purple #BA0FF6

RGB

 RED value IS 186 (73.05% from 255) = 41.61%

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

 BLUE value IS 246 (96.48% from 255) = 55.03%

R = 41.61%
G = 3.36%
B = 55.03%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA0FF6 (or 0xBA0FF6) is known color: Electric Purple. HEX triplet: BA, 0F and F6. RGB value is (186,15,246). Sum of RGB (Red+Green+Blue) = 186+15+246=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA0FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FF6 is #45F009. Grayscale: #5B5B5B. Windows color (decimal): -4583434 or 16125882. OLE color: 16125882.

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

Color convert

RGB 186 15 246 -
CMYK 0.24 0.94 0 0.04
HSL 284.42º 0.93% 0.51% -
HSV(B) 284.42º 0.94% 0.96% -
XYZ 37.06 17.43 88.6 -
YUV 92.46 214.65 194.72 -
System Red Green Blue C M Y K H S L
Decimal 186 15 246 0.24 0.94 0 0.04 284.42 0.93 0.51
Hex BA F F6 18 5E 0 4 11C 5D 33
Octal 272 17 366 30 136 0 4 434 135 63
Binary 10111010 1111 11110110 11000 1011110 0 100 100011100 1011101 110011

Color Harmonies of #BA0FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0FF6

Black with #BA0FF6

Text Example


Text Example

White with #BA0FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0FF6; }

 p { color: rgb(186,15,246); }

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

background-color css

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

 a { background-color: rgb(186,15,246); }

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

border-color css

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

 span { border-color: rgb(186,15,246); }

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