Html Css Color HEX #BA0CFA Electric Purple

📋 copy color: '#BA0CFA'

red 186 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #BA0CFA

Tints of Electric Purple #BA0CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

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

R = 41.52%
G = 2.68%
B = 55.8%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA0CFA (or 0xBA0CFA) is known color: Electric Purple. HEX triplet: BA, 0C and FA. RGB value is (186,12,250). Sum of RGB (Red+Green+Blue) = 186+12+250=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CFA is #45F305. Grayscale: #5A5A5A. Windows color (decimal): -4584198 or 16387258. OLE color: 16387258.

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

Color convert

RGB 186 12 250 -
CMYK 0.26 0.95 0 0.02
HSL 283.87º 0.96% 0.51% -
HSV(B) 283.87º 0.95% 0.98% -
XYZ 37.64 17.6 91.86 -
YUV 91.16 217.65 195.65 -
System Red Green Blue C M Y K H S L
Decimal 186 12 250 0.26 0.95 0 0.02 283.87 0.96 0.51
Hex BA C FA 1A 5F 0 2 11C 60 33
Octal 272 14 372 32 137 0 2 434 140 63
Binary 10111010 1100 11111010 11010 1011111 0 10 100011100 1100000 110011

Color Harmonies of #BA0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CFA

Black with #BA0CFA

Text Example


Text Example

White with #BA0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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