Html Css Color HEX #BA33FF Electric Purple

📋 copy color: '#BA33FF'

red 186 ◦ green 51 ◦ blue 255

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

Shades of Electric Purple #BA33FF

Tints of Electric Purple #BA33FF

RGB

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

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

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

R = 37.8%
G = 10.37%
B = 51.83%

CMYK

 C value IS 0.27

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA33FF (or 0xBA33FF) is known color: Electric Purple. HEX triplet: BA, 33 and FF. RGB value is (186,51,255). Sum of RGB (Red+Green+Blue) = 186+51+255=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33FF is #45CC00. Grayscale: #717171. Windows color (decimal): -4574209 or 16724922. OLE color: 16724922.

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

Color convert

RGB 186 51 255 -
CMYK 0.27 0.8 0 0
HSL 279.71º 1% 0.6% -
HSV(B) 279.71º 0.8% 1% -
XYZ 39.48 20.03 96.39 -
YUV 114.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 186 51 255 0.27 0.8 0 0 279.71 1 0.6
Hex BA 33 FF 1B 50 0 0 118 64 3C
Octal 272 63 377 33 120 0 0 430 144 74
Binary 10111010 110011 11111111 11011 1010000 0 0 100011000 1100100 111100

Color Harmonies of #BA33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33FF

Black with #BA33FF

Text Example


Text Example

White with #BA33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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