Html Css Color HEX #BA01EB Electric Purple

📋 copy color: '#BA01EB'

red 186 ◦ green 1 ◦ blue 235

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

Shades of Electric Purple #BA01EB

Tints of Electric Purple #BA01EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 44.08%
G = 0.24%
B = 55.69%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA01EB (or 0xBA01EB) is known color: Electric Purple. HEX triplet: BA, 01 and EB. RGB value is (186,1,235). Sum of RGB (Red+Green+Blue) = 186+1+235=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA01EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01EB is #45FE14. Grayscale: #525252. Windows color (decimal): -4587029 or 15401402. OLE color: 15401402.

HSL color Cylindrical-coordinate representation of color #BA01EB: hue angle of 287.44º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01EB is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 1 235 -
CMYK 0.21 1.00 0 0.08
HSL 287.44º 0.99% 0.46% -
HSV(B) 287.44º 1% 0.92% -
XYZ 35.26 16.46 79.92 -
YUV 82.99 213.79 201.47 -
System Red Green Blue C M Y K H S L
Decimal 186 1 235 0.21 1.00 0 0.08 287.44 0.99 0.46
Hex BA 1 EB 15 64 0 8 11F 63 2E
Octal 272 1 353 25 144 0 10 437 143 56
Binary 10111010 1 11101011 10101 1100100 0 1000 100011111 1100011 101110

Color Harmonies of #BA01EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01EB

Black with #BA01EB

Text Example


Text Example

White with #BA01EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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