Html Css Color HEX #BA0FF0 Electric Purple

📋 copy color: '#BA0FF0'

red 186 ◦ green 15 ◦ blue 240

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

Shades of Electric Purple #BA0FF0

Tints of Electric Purple #BA0FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.42%

R = 42.18%
G = 3.4%
B = 54.42%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA0FF0 (or 0xBA0FF0) is known color: Electric Purple. HEX triplet: BA, 0F and F0. RGB value is (186,15,240). Sum of RGB (Red+Green+Blue) = 186+15+240=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA0FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FF0 is #45F00F. Grayscale: #5B5B5B. Windows color (decimal): -4583440 or 15732666. OLE color: 15732666.

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

Color convert

RGB 186 15 240 -
CMYK 0.22 0.94 0 0.06
HSL 285.6º 0.88% 0.5% -
HSV(B) 285.6º 0.94% 0.94% -
XYZ 36.15 17.07 83.83 -
YUV 91.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 186 15 240 0.22 0.94 0 0.06 285.6 0.88 0.5
Hex BA F F0 16 5E 0 6 11E 58 32
Octal 272 17 360 26 136 0 6 436 130 62
Binary 10111010 1111 11110000 10110 1011110 0 110 100011110 1011000 110010

Color Harmonies of #BA0FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0FF0

Black with #BA0FF0

Text Example


Text Example

White with #BA0FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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