Html Css Color HEX #BA0BFA Electric Purple

📋 copy color: '#BA0BFA'

red 186 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #BA0BFA

Tints of Electric Purple #BA0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.46%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 41.61%
G = 2.46%
B = 55.93%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA0BFA (or 0xBA0BFA) is known color: Electric Purple. HEX triplet: BA, 0B and FA. RGB value is (186,11,250). Sum of RGB (Red+Green+Blue) = 186+11+250=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA0BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BFA is #45F405. Grayscale: #595959. Windows color (decimal): -4584454 or 16387002. OLE color: 16387002.

HSL color Cylindrical-coordinate representation of color #BA0BFA: hue angle of 283.93º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0BFA is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 11 250 -
CMYK 0.26 0.96 0 0.02
HSL 283.93º 0.96% 0.51% -
HSV(B) 283.93º 0.96% 0.98% -
XYZ 37.62 17.58 91.85 -
YUV 90.57 217.98 196.07 -
System Red Green Blue C M Y K H S L
Decimal 186 11 250 0.26 0.96 0 0.02 283.93 0.96 0.51
Hex BA B FA 1A 60 0 2 11C 60 33
Octal 272 13 372 32 140 0 2 434 140 63
Binary 10111010 1011 11111010 11010 1100000 0 10 100011100 1100000 110011

Color Harmonies of #BA0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BFA

Black with #BA0BFA

Text Example


Text Example

White with #BA0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BFA; }

 p { color: rgb(186,11,250); }

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

background-color css

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

 a { background-color: rgb(186,11,250); }

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

border-color css

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

 span { border-color: rgb(186,11,250); }

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