Html Css Color HEX #BA15E6 Electric Purple

📋 copy color: '#BA15E6'

red 186 ◦ green 21 ◦ blue 230

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

Shades of Electric Purple #BA15E6

Tints of Electric Purple #BA15E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.63%

R = 42.56%
G = 4.81%
B = 52.63%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA15E6 (or 0xBA15E6) is known color: Electric Purple. HEX triplet: BA, 15 and E6. RGB value is (186,21,230). Sum of RGB (Red+Green+Blue) = 186+21+230=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA15E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15E6 is #45EA19. Grayscale: #5D5D5D. Windows color (decimal): -4581914 or 15078842. OLE color: 15078842.

HSL color Cylindrical-coordinate representation of color #BA15E6: hue angle of 287.37º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15E6 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 21 230 -
CMYK 0.19 0.91 0 0.10
HSL 287.37º 0.83% 0.49% -
HSV(B) 287.37º 0.91% 0.9% -
XYZ 34.8 16.69 76.25 -
YUV 94.16 204.66 193.51 -
System Red Green Blue C M Y K H S L
Decimal 186 21 230 0.19 0.91 0 0.10 287.37 0.83 0.49
Hex BA 15 E6 13 5B 0 A 11F 53 31
Octal 272 25 346 23 133 0 12 437 123 61
Binary 10111010 10101 11100110 10011 1011011 0 1010 100011111 1010011 110001

Color Harmonies of #BA15E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15E6

Black with #BA15E6

Text Example


Text Example

White with #BA15E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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