Html Css Color HEX #BA30F4 Electric Purple

📋 copy color: '#BA30F4'

red 186 ◦ green 48 ◦ blue 244

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

Shades of Electric Purple #BA30F4

Tints of Electric Purple #BA30F4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.04%

 BLUE value IS 244 (95.7% from 255) = 51.05%

R = 38.91%
G = 10.04%
B = 51.05%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA30F4 (or 0xBA30F4) is known color: Electric Purple. HEX triplet: BA, 30 and F4. RGB value is (186,48,244). Sum of RGB (Red+Green+Blue) = 186+48+244=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA30F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30F4 is #45CF0B. Grayscale: #6E6E6E. Windows color (decimal): -4574988 or 16003258. OLE color: 16003258.

HSL color Cylindrical-coordinate representation of color #BA30F4: hue angle of 282.24º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA30F4 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 48 244 -
CMYK 0.24 0.80 0 0.04
HSL 282.24º 0.9% 0.57% -
HSV(B) 282.24º 0.8% 0.96% -
XYZ 37.64 19.08 87.29 -
YUV 111.61 202.72 181.06 -
System Red Green Blue C M Y K H S L
Decimal 186 48 244 0.24 0.80 0 0.04 282.24 0.9 0.57
Hex BA 30 F4 18 50 0 4 11A 5A 39
Octal 272 60 364 30 120 0 4 432 132 71
Binary 10111010 110000 11110100 11000 1010000 0 100 100011010 1011010 111001

Color Harmonies of #BA30F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30F4

Black with #BA30F4

Text Example


Text Example

White with #BA30F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30F4; }

 p { color: rgb(186,48,244); }

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

background-color css

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

 a { background-color: rgb(186,48,244); }

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

border-color css

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

 span { border-color: rgb(186,48,244); }

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