Html Css Color HEX #BA15F2 Electric Purple

📋 copy color: '#BA15F2'

red 186 ◦ green 21 ◦ blue 242

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

Shades of Electric Purple #BA15F2

Tints of Electric Purple #BA15F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.9%

R = 41.43%
G = 4.68%
B = 53.9%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA15F2 (or 0xBA15F2) is known color: Electric Purple. HEX triplet: BA, 15 and F2. RGB value is (186,21,242). Sum of RGB (Red+Green+Blue) = 186+21+242=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA15F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15F2 is #45EA0D. Grayscale: #5E5E5E. Windows color (decimal): -4581902 or 15865274. OLE color: 15865274.

HSL color Cylindrical-coordinate representation of color #BA15F2: hue angle of 284.8º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15F2 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 21 242 -
CMYK 0.23 0.91 0 0.05
HSL 284.8º 0.89% 0.52% -
HSV(B) 284.8º 0.91% 0.95% -
XYZ 36.54 17.39 85.43 -
YUV 95.53 210.66 192.53 -
System Red Green Blue C M Y K H S L
Decimal 186 21 242 0.23 0.91 0 0.05 284.8 0.89 0.52
Hex BA 15 F2 17 5B 0 5 11D 59 34
Octal 272 25 362 27 133 0 5 435 131 64
Binary 10111010 10101 11110010 10111 1011011 0 101 100011101 1011001 110100

Color Harmonies of #BA15F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15F2

Black with #BA15F2

Text Example


Text Example

White with #BA15F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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