Html Css Color HEX #BA27F9 Electric Purple

📋 copy color: '#BA27F9'

red 186 ◦ green 39 ◦ blue 249

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

Shades of Electric Purple #BA27F9

Tints of Electric Purple #BA27F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.53%

R = 39.24%
G = 8.23%
B = 52.53%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA27F9 (or 0xBA27F9) is known color: Electric Purple. HEX triplet: BA, 27 and F9. RGB value is (186,39,249). Sum of RGB (Red+Green+Blue) = 186+39+249=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA27F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27F9 is #45D806. Grayscale: #6A6A6A. Windows color (decimal): -4577287 or 16328634. OLE color: 16328634.

HSL color Cylindrical-coordinate representation of color #BA27F9: hue angle of 282º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA27F9 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 39 249 -
CMYK 0.25 0.84 0 0.02
HSL 282º 0.95% 0.56% -
HSV(B) 282º 0.84% 0.98% -
XYZ 38.07 18.73 91.23 -
YUV 106.89 208.2 184.42 -
System Red Green Blue C M Y K H S L
Decimal 186 39 249 0.25 0.84 0 0.02 282 0.95 0.56
Hex BA 27 F9 19 54 0 2 11A 5F 38
Octal 272 47 371 31 124 0 2 432 137 70
Binary 10111010 100111 11111001 11001 1010100 0 10 100011010 1011111 111000

Color Harmonies of #BA27F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27F9

Black with #BA27F9

Text Example


Text Example

White with #BA27F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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