Html Css Color HEX #BA15FD Electric Purple

📋 copy color: '#BA15FD'

red 186 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #BA15FD

Tints of Electric Purple #BA15FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.57%

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

R = 40.43%
G = 4.57%
B = 55%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA15FD (or 0xBA15FD) is known color: Electric Purple. HEX triplet: BA, 15 and FD. RGB value is (186,21,253). Sum of RGB (Red+Green+Blue) = 186+21+253=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA15FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15FD is #45EA02. Grayscale: #606060. Windows color (decimal): -4581891 or 16586170. OLE color: 16586170.

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

Color convert

RGB 186 21 253 -
CMYK 0.26 0.92 0 0.01
HSL 282.67º 0.98% 0.54% -
HSV(B) 282.67º 0.92% 0.99% -
XYZ 38.25 18.07 94.4 -
YUV 96.78 216.16 191.64 -
System Red Green Blue C M Y K H S L
Decimal 186 21 253 0.26 0.92 0 0.01 282.67 0.98 0.54
Hex BA 15 FD 1A 5C 0 1 11B 62 36
Octal 272 25 375 32 134 0 1 433 142 66
Binary 10111010 10101 11111101 11010 1011100 0 1 100011011 1100010 110110

Color Harmonies of #BA15FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15FD

Black with #BA15FD

Text Example


Text Example

White with #BA15FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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