Html Css Color HEX #BA33F9 Electric Purple

📋 copy color: '#BA33F9'

red 186 ◦ green 51 ◦ blue 249

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

Shades of Electric Purple #BA33F9

Tints of Electric Purple #BA33F9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.49%

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

R = 38.27%
G = 10.49%
B = 51.23%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA33F9 (or 0xBA33F9) is known color: Electric Purple. HEX triplet: BA, 33 and F9. RGB value is (186,51,249). Sum of RGB (Red+Green+Blue) = 186+51+249=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA33F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F9 is #45CC06. Grayscale: #717171. Windows color (decimal): -4574215 or 16331706. OLE color: 16331706.

HSL color Cylindrical-coordinate representation of color #BA33F9: hue angle of 280.91º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA33F9 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 51 249 -
CMYK 0.25 0.80 0 0.02
HSL 280.91º 0.94% 0.59% -
HSV(B) 280.91º 0.8% 0.98% -
XYZ 38.53 19.65 91.38 -
YUV 113.94 204.23 179.4 -
System Red Green Blue C M Y K H S L
Decimal 186 51 249 0.25 0.80 0 0.02 280.91 0.94 0.59
Hex BA 33 F9 19 50 0 2 119 5E 3B
Octal 272 63 371 31 120 0 2 431 136 73
Binary 10111010 110011 11111001 11001 1010000 0 10 100011001 1011110 111011

Color Harmonies of #BA33F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33F9

Black with #BA33F9

Text Example


Text Example

White with #BA33F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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