Html Css Color HEX #BA0FF7 Electric Purple

📋 copy color: '#BA0FF7'

red 186 ◦ green 15 ◦ blue 247

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

Shades of Electric Purple #BA0FF7

Tints of Electric Purple #BA0FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.13%

R = 41.52%
G = 3.35%
B = 55.13%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA0FF7 (or 0xBA0FF7) is known color: Electric Purple. HEX triplet: BA, 0F and F7. RGB value is (186,15,247). Sum of RGB (Red+Green+Blue) = 186+15+247=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA0FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FF7 is #45F008. Grayscale: #5B5B5B. Windows color (decimal): -4583433 or 16191418. OLE color: 16191418.

HSL color Cylindrical-coordinate representation of color #BA0FF7: hue angle of 284.22º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FF7 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 15 247 -
CMYK 0.25 0.94 0 0.03
HSL 284.22º 0.94% 0.51% -
HSV(B) 284.22º 0.94% 0.97% -
XYZ 37.21 17.5 89.41 -
YUV 92.58 215.15 194.64 -
System Red Green Blue C M Y K H S L
Decimal 186 15 247 0.25 0.94 0 0.03 284.22 0.94 0.51
Hex BA F F7 19 5E 0 3 11C 5E 33
Octal 272 17 367 31 136 0 3 434 136 63
Binary 10111010 1111 11110111 11001 1011110 0 11 100011100 1011110 110011

Color Harmonies of #BA0FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0FF7

Black with #BA0FF7

Text Example


Text Example

White with #BA0FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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