Html Css Color HEX #BA01ED Electric Purple

📋 copy color: '#BA01ED'

red 186 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #BA01ED

Tints of Electric Purple #BA01ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.9%

R = 43.87%
G = 0.24%
B = 55.9%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA01ED (or 0xBA01ED) is known color: Electric Purple. HEX triplet: BA, 01 and ED. RGB value is (186,1,237). Sum of RGB (Red+Green+Blue) = 186+1+237=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01ED is #45FE12. Grayscale: #525252. Windows color (decimal): -4587027 or 15532474. OLE color: 15532474.

HSL color Cylindrical-coordinate representation of color #BA01ED: hue angle of 287.03º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01ED is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 1 237 -
CMYK 0.22 1.00 0 0.07
HSL 287.03º 0.99% 0.47% -
HSV(B) 287.03º 1% 0.93% -
XYZ 35.55 16.58 81.45 -
YUV 83.22 214.79 201.31 -
System Red Green Blue C M Y K H S L
Decimal 186 1 237 0.22 1.00 0 0.07 287.03 0.99 0.47
Hex BA 1 ED 16 64 0 7 11F 63 2F
Octal 272 1 355 26 144 0 7 437 143 57
Binary 10111010 1 11101101 10110 1100100 0 111 100011111 1100011 101111

Color Harmonies of #BA01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01ED

Black with #BA01ED

Text Example


Text Example

White with #BA01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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