Html Css Color HEX #BA01FD Electric Purple

📋 copy color: '#BA01FD'

red 186 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #BA01FD

Tints of Electric Purple #BA01FD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 42.27%
G = 0.23%
B = 57.5%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA01FD (or 0xBA01FD) is known color: Electric Purple. HEX triplet: BA, 01 and FD. RGB value is (186,1,253). Sum of RGB (Red+Green+Blue) = 186+1+253=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA01FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01FD is #45FE02. Grayscale: #545454. Windows color (decimal): -4587011 or 16581050. OLE color: 16581050.

HSL color Cylindrical-coordinate representation of color #BA01FD: hue angle of 284.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01FD is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 1 253 -
CMYK 0.26 1.00 0 0.01
HSL 284.05º 0.99% 0.5% -
HSV(B) 284.05º 1% 0.99% -
XYZ 37.99 17.55 94.31 -
YUV 85.04 222.79 200.01 -
System Red Green Blue C M Y K H S L
Decimal 186 1 253 0.26 1.00 0 0.01 284.05 0.99 0.5
Hex BA 1 FD 1A 64 0 1 11C 63 32
Octal 272 1 375 32 144 0 1 434 143 62
Binary 10111010 1 11111101 11010 1100100 0 1 100011100 1100011 110010

Color Harmonies of #BA01FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01FD

Black with #BA01FD

Text Example


Text Example

White with #BA01FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01FD; }

 p { color: rgb(186,1,253); }

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

background-color css

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

 a { background-color: rgb(186,1,253); }

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

border-color css

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

 span { border-color: rgb(186,1,253); }

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