Html Css Color HEX #BA07FF Electric Purple

📋 copy color: '#BA07FF'

red 186 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #BA07FF

Tints of Electric Purple #BA07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.56%

 BLUE value IS 255 (100% from 255) = 56.92%

R = 41.52%
G = 1.56%
B = 56.92%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA07FF (or 0xBA07FF) is known color: Electric Purple. HEX triplet: BA, 07 and FF. RGB value is (186,7,255). Sum of RGB (Red+Green+Blue) = 186+7+255=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07FF is #45F800. Grayscale: #575757. Windows color (decimal): -4585473 or 16713658. OLE color: 16713658.

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

Color convert

RGB 186 7 255 -
CMYK 0.27 0.97 0 0
HSL 283.31º 1% 0.51% -
HSV(B) 283.31º 0.97% 1% -
XYZ 38.38 17.81 96.02 -
YUV 88.79 221.8 197.33 -
System Red Green Blue C M Y K H S L
Decimal 186 7 255 0.27 0.97 0 0 283.31 1 0.51
Hex BA 7 FF 1B 61 0 0 11B 64 33
Octal 272 7 377 33 141 0 0 433 144 63
Binary 10111010 111 11111111 11011 1100001 0 0 100011011 1100100 110011

Color Harmonies of #BA07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07FF

Black with #BA07FF

Text Example


Text Example

White with #BA07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07FF; }

 p { color: rgb(186,7,255); }

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

background-color css

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

 a { background-color: rgb(186,7,255); }

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

border-color css

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

 span { border-color: rgb(186,7,255); }

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