Html Css Color HEX #BA27FF Electric Purple

📋 copy color: '#BA27FF'

red 186 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #BA27FF

Tints of Electric Purple #BA27FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.13%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 38.75%
G = 8.13%
B = 53.13%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA27FF (or 0xBA27FF) is known color: Electric Purple. HEX triplet: BA, 27 and FF. RGB value is (186,39,255). Sum of RGB (Red+Green+Blue) = 186+39+255=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27FF is #45D800. Grayscale: #6A6A6A. Windows color (decimal): -4577281 or 16721850. OLE color: 16721850.

HSL color Cylindrical-coordinate representation of color #BA27FF: hue angle of 280.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA27FF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 39 255 -
CMYK 0.27 0.85 0 0
HSL 280.83º 1% 0.58% -
HSV(B) 280.83º 0.85% 1% -
XYZ 39.03 19.11 96.24 -
YUV 107.58 211.2 183.94 -
System Red Green Blue C M Y K H S L
Decimal 186 39 255 0.27 0.85 0 0 280.83 1 0.58
Hex BA 27 FF 1B 55 0 0 119 64 3A
Octal 272 47 377 33 125 0 0 431 144 72
Binary 10111010 100111 11111111 11011 1010101 0 0 100011001 1100100 111010

Color Harmonies of #BA27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27FF

Black with #BA27FF

Text Example


Text Example

White with #BA27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27FF; }

 p { color: rgb(186,39,255); }

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

background-color css

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

 a { background-color: rgb(186,39,255); }

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

border-color css

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

 span { border-color: rgb(186,39,255); }

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