Html Css Color HEX #BA06F0 Electric Purple

📋 copy color: '#BA06F0'

red 186 ◦ green 6 ◦ blue 240

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

Shades of Electric Purple #BA06F0

Tints of Electric Purple #BA06F0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

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

R = 43.06%
G = 1.39%
B = 55.56%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA06F0 (or 0xBA06F0) is known color: Electric Purple. HEX triplet: BA, 06 and F0. RGB value is (186,6,240). Sum of RGB (Red+Green+Blue) = 186+6+240=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA06F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06F0 is #45F90F. Grayscale: #555555. Windows color (decimal): -4585744 or 15730362. OLE color: 15730362.

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

Color convert

RGB 186 6 240 -
CMYK 0.22 0.98 0 0.06
HSL 286.15º 0.95% 0.48% -
HSV(B) 286.15º 0.98% 0.94% -
XYZ 36.04 16.86 83.79 -
YUV 86.5 214.63 198.97 -
System Red Green Blue C M Y K H S L
Decimal 186 6 240 0.22 0.98 0 0.06 286.15 0.95 0.48
Hex BA 6 F0 16 62 0 6 11E 5F 30
Octal 272 6 360 26 142 0 6 436 137 60
Binary 10111010 110 11110000 10110 1100010 0 110 100011110 1011111 110000

Color Harmonies of #BA06F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06F0

Black with #BA06F0

Text Example


Text Example

White with #BA06F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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